From 2721db4a989f3c55fd0e3ec5d784afea3834f537 Mon Sep 17 00:00:00 2001 From: mbm Date: Sun, 19 Sep 2004 06:50:32 +0000 Subject: fix strip/sstrip issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@162 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- obsolete-buildroot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'obsolete-buildroot/Makefile') diff --git a/obsolete-buildroot/Makefile b/obsolete-buildroot/Makefile index 859bda478c..a16fe7b812 100644 --- a/obsolete-buildroot/Makefile +++ b/obsolete-buildroot/Makefile @@ -146,7 +146,8 @@ GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-linux KERNEL_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc- TARGET_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc- TARGET_CC=$(TARGET_CROSS)gcc -STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note +#STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note --strip-unneeded +STRIP=$(STAGING_DIR)/bin/sstrip HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \ -e 's/sparc.*/sparc/' \ -- cgit v1.2.3