From: Felix Fietkau Date: Sat, 24 Oct 2009 00:58:38 +0000 (+0000) Subject: gcc: fix compile on armv4t with the cs toolchain X-Git-Tag: reboot~22102 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b59e59dcbac3b03203d97915d0619221ddaaea58;hp=e7c0b6aa00e46bbbe64c00e3104efe9d5be05196 gcc: fix compile on armv4t with the cs toolchain SVN-Revision: 18131 --- diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 161c7894a5..3b31127b4a 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -260,6 +260,7 @@ define Host/Prepare $(call Host/Prepare/Default) ln -snf $(GCC_DIR) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/ + $(SED) 's,^MULTILIB_OSDIRNAMES,# MULTILIB_OSDIRNAMES,' $(HOST_BUILD_DIR)/gcc/config/*/t-* $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (OpenWrt-2.0)\2,' $(HOST_BUILD_DIR)/gcc/version.c $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1\2,' $(HOST_BUILD_DIR)/gcc/version.c $(SED) 's,http://gcc.gnu.org/bugs.html,$(BUGURL),' $(HOST_BUILD_DIR)/gcc/configure