Commit 7935c98d authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- don't strip the host binaries for now

parent b0dad998
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.)