mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Config.mk: restore ARCHIVE to fix build break
Change-Id: Iafae4f4c48afb0df8b169ec1106e348cc4c0fc9e Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
+1
-3
@@ -337,9 +337,7 @@ endef
|
||||
# created from scratch
|
||||
|
||||
define ARCHIVE
|
||||
@echo "AR (create): ${shell basename $(1)} $(2)"
|
||||
$(Q) $(RM) $1
|
||||
$(Q) $(AR) $1 $(2)
|
||||
$(AR) $1 $(2)
|
||||
endef
|
||||
|
||||
# PRELINK - Prelink a list of files
|
||||
|
||||
Reference in New Issue
Block a user