generic-poky/meta/packages/busybox/busybox-1.01/no_strip.patch
Richard Purdie 86f5fd645c busybox: Don't strip binaries, let poky handle it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1232 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-30 22:42:05 +00:00

18 lines
646 B
Diff

---
Rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: busybox-1.01/Rules.mak
===================================================================
--- busybox-1.01.orig/Rules.mak 2005-08-17 02:29:17.000000000 +0100
+++ busybox-1.01/Rules.mak 2007-01-12 01:03:01.000000000 +0000
@@ -167,7 +167,7 @@ ifeq ($(strip $(CONFIG_DEBUG)),y)
else
CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG
LDFLAGS += -Wl,-warn-common
- STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment
+ STRIPCMD:=/bin/true -OE_WILL_DO_THIS
endif
ifeq ($(strip $(CONFIG_STATIC)),y)
LDFLAGS += --static