mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
tools/Config:Fix too long input line error call ARCHIVE when use too many libc in Windows native build
tools/Config:Fix too long input line error call ARCHIVE when use too many libc in Windows native build
This commit is contained in:
@@ -400,7 +400,6 @@ endef
|
||||
# created from scratch
|
||||
|
||||
define ARCHIVE
|
||||
@echo "AR (create): ${shell basename $(1)} $(2)"
|
||||
$(Q) $(RM) $1
|
||||
$(Q) $(AR) $1 $(2)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user