diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-24 00:58:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-24 00:58:38 +0000 |
commit | b59e59dcbac3b03203d97915d0619221ddaaea58 (patch) | |
tree | f3ca71a7c5e8af934f9c36510f9e6bdc0742c11b /toolchain/gcc/Makefile | |
parent | e7c0b6aa00e46bbbe64c00e3104efe9d5be05196 (diff) | |
download | upstream-b59e59dcbac3b03203d97915d0619221ddaaea58.tar.gz upstream-b59e59dcbac3b03203d97915d0619221ddaaea58.tar.bz2 upstream-b59e59dcbac3b03203d97915d0619221ddaaea58.zip |
gcc: fix compile on armv4t with the cs toolchain
SVN-Revision: 18131
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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<URL:$(BUGURL)>\2,' $(HOST_BUILD_DIR)/gcc/version.c $(SED) 's,http://gcc.gnu.org/bugs.html,$(BUGURL),' $(HOST_BUILD_DIR)/gcc/configure |