configs/: Add definition of strip to many Make.defs files.

This commit is contained in:
Gregory Nutt
2018-03-25 09:25:37 -06:00
parent db3b507a41
commit dc8941e958
168 changed files with 168 additions and 0 deletions
+1
View File
@@ -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