mirror of
https://github.com/apache/nuttx.git
synced 2026-09-26 01:46:57 +08:00
configs/: Add definition of strip to many Make.defs files.
This commit is contained in:
@@ -55,6 +55,7 @@ CC = $(CROSSDEV)gcc
|
||||
CXX = $(CROSSDEV)g++
|
||||
CPP = $(CROSSDEV)gcc -E
|
||||
LD = $(CROSSDEV)ld
|
||||
STRIP = $(CROSSDEV)strip --strip-unneeded
|
||||
AR = $(ARCROSSDEV)ar rcs
|
||||
NM = $(ARCROSSDEV)nm
|
||||
OBJCOPY = $(CROSSDEV)objcopy
|
||||
|
||||
Reference in New Issue
Block a user