- don't strip the host binaries for now

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-19 18:46:45 +00:00
parent b0dad998e1
commit 7935c98db1

View File

@ -54,7 +54,7 @@ endif # Normal toolchain
GCC_SOURCE:=gcc-$(GCC_OFFICIAL_VER).tar.bz2
GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-$(GCC_OFFICIAL_VER)
GCC_CAT:=$(BZCAT)
GCC_STRIP_HOST_BINARIES:=true
GCC_STRIP_HOST_BINARIES:=nope
ifeq ($(findstring x3.,x$(GCC_VERSION)),x3.)