mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +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
|
# created from scratch
|
||||||
|
|
||||||
define ARCHIVE
|
define ARCHIVE
|
||||||
@echo "AR (create): ${shell basename $(1)} $(2)"
|
|
||||||
$(Q) $(RM) $1
|
$(Q) $(RM) $1
|
||||||
$(Q) $(AR) $1 $(2)
|
$(Q) $(AR) $1 $(2)
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user