aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-31 04:25:00 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-31 04:25:00 +0000
commit7599c37f1cd240b62010ea6b17ae50514973385e (patch)
tree4a4f40c2424b42f18e609bae3357adca2a31eac9 /Rules.mak
parent0e020b66a36bf9b1fa8f9c1ad959d20b7996ba78 (diff)
downloadbusybox-w32-7599c37f1cd240b62010ea6b17ae50514973385e.tar.gz
busybox-w32-7599c37f1cd240b62010ea6b17ae50514973385e.tar.bz2
busybox-w32-7599c37f1cd240b62010ea6b17ae50514973385e.zip
Fix "nm --size-sort" on the busybox binary and document how to make it work.
git-svn-id: svn://busybox.net/trunk/busybox@10991 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 73adf80a0..66edaca9f 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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
170else 170else
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
174endif 174endif
175ifeq ($(strip $(CONFIG_STATIC)),y) 175ifeq ($(strip $(CONFIG_STATIC)),y)