Minor adjustment to the strip command
This commit is contained in:
parent
db930948a9
commit
06656f363d
4
Makefile
4
Makefile
@ -151,7 +151,7 @@ ifeq ($(strip $(DODEBUG)),true)
|
|||||||
else
|
else
|
||||||
CFLAGS += $(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE
|
CFLAGS += $(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE
|
||||||
LDFLAGS += -s -Wl,-warn-common
|
LDFLAGS += -s -Wl,-warn-common
|
||||||
STRIPCMD = $(STRIP) --remove-section=.note --remove-section=.comment $(PROG)
|
STRIPCMD = $(STRIP) --remove-section=.note --remove-section=.comment
|
||||||
endif
|
endif
|
||||||
ifeq ($(strip $(DOSTATIC)),true)
|
ifeq ($(strip $(DOSTATIC)),true)
|
||||||
LDFLAGS += --static
|
LDFLAGS += --static
|
||||||
@ -214,7 +214,7 @@ $(patsubst %, _dir_%, $(SUBDIRS)) : dummy include/config/MARKER
|
|||||||
|
|
||||||
busybox: config.h dep-files bbsubdirs
|
busybox: config.h dep-files bbsubdirs
|
||||||
$(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES)
|
$(CC) $(LDFLAGS) -o $@ applets/busybox.o $(shell find $(SUBDIRS) -name \*.a) $(LIBCONFIG_LIB) $(LIBRARIES)
|
||||||
$(STRIPCMD)
|
$(STRIPCMD) $(PROG)
|
||||||
|
|
||||||
busybox.links: applets/busybox.mkll
|
busybox.links: applets/busybox.mkll
|
||||||
- $(SHELL) $^ >$@
|
- $(SHELL) $^ >$@
|
||||||
|
Loading…
Reference in New Issue
Block a user