diff options
author | Rob Landley <rob@landley.net> | 2005-07-31 04:25:00 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-07-31 04:25:00 +0000 |
commit | c7a3e1be8fe22b271193840a5b6bdde93da147ae (patch) | |
tree | 4a4f40c2424b42f18e609bae3357adca2a31eac9 /Rules.mak | |
parent | e70aa9de7ebd8674bfeed74e6cd5c3d6d377c721 (diff) | |
download | busybox-w32-c7a3e1be8fe22b271193840a5b6bdde93da147ae.tar.gz busybox-w32-c7a3e1be8fe22b271193840a5b6bdde93da147ae.tar.bz2 busybox-w32-c7a3e1be8fe22b271193840a5b6bdde93da147ae.zip |
Fix "nm --size-sort" on the busybox binary and document how to make it work.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ ifeq ($(strip $(CONFIG_DEBUG)),y) | |||
169 | STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging | 169 | STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging |
170 | else | 170 | else |
171 | CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG | 171 | CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG |
172 | LDFLAGS += -s -Wl,-warn-common | 172 | LDFLAGS += -Wl,-warn-common |
173 | STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment | 173 | STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment |
174 | endif | 174 | endif |
175 | ifeq ($(strip $(CONFIG_STATIC)),y) | 175 | ifeq ($(strip $(CONFIG_STATIC)),y) |