diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-28 19:52:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-28 19:52:09 +0000 |
commit | 83a487c4123bbc1a8da408648e5a567da52b6d6f (patch) | |
tree | cd7a1a8d0f3075b3f7a0acf2218ece2b6c2b016a /toolchain/gcc/Makefile | |
parent | 031f500ae4cfcd16e8bc6790d190cf6873134a2b (diff) | |
download | upstream-83a487c4123bbc1a8da408648e5a567da52b6d6f.tar.gz upstream-83a487c4123bbc1a8da408648e5a567da52b6d6f.tar.bz2 upstream-83a487c4123bbc1a8da408648e5a567da52b6d6f.zip |
fix gcc 4.2.0 compile for ppc
SVN-Revision: 7761
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 b5502bcefa..6d46f98994 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -119,6 +119,7 @@ define Build/Prepare $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (OpenWrt-2.0)\2,' $(PKG_BUILD_DIR)/gcc/version.c $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:https://dev.openwrt.org/>\2,' $(PKG_BUILD_DIR)/gcc/version.c (cd $(PKG_BUILD_DIR)/libstdc++-v3; autoconf;); + $(SED) 's,gcc_no_link=yes,gcc_no_link=no,' $(PKG_BUILD_DIR)/libstdc++-v3/configure endef define Build/Configure |