[Buildroot] svn commit: trunk/buildroot/toolchain/gcc

aldot at uclibc.org aldot at uclibc.org
Sat Sep 1 17:11:25 UTC 2007


Author: aldot
Date: 2007-09-01 10:11:24 -0700 (Sat, 01 Sep 2007)
New Revision: 19750

Log:
- don't try to strip the gccbug script


Modified:
   trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk


Changeset:
Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk
===================================================================
--- trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk	2007-09-01 17:10:55 UTC (rev 19749)
+++ trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk	2007-09-01 17:11:24 UTC (rev 19750)
@@ -291,7 +291,7 @@
 		$(STAGING_DIR)/usr/bin/$(GNU_TARGET_NAME)-gccbug
 	# Strip the host binaries
 ifeq ($(GCC_STRIP_HOST_BINARIES),true)
-	-strip --strip-all -R .note -R .comment $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-*
+	strip --strip-all -R .note -R .comment $(filter-out -gccbug,$(wildcard $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-*))
 	-strip --strip-all -R .note -R .comment $(STAGING_DIR)/usr/bin/faked
 endif
 	# Make sure we have 'cc'.




More information about the buildroot mailing list