aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-11-21 12:13:04 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-11-21 12:13:04 +0000
commitb80c2a145e9cb9483a414f7ce8991ac3e1c5e2fb (patch)
treecaa6a452649f73114797fbf7def0dbadd60f3479 /toolchain
parentc9263207a5674c169d8a12df05d6d7f6d897d733 (diff)
downloadupstream-b80c2a145e9cb9483a414f7ce8991ac3e1c5e2fb.tar.gz
upstream-b80c2a145e9cb9483a414f7ce8991ac3e1c5e2fb.tar.bz2
upstream-b80c2a145e9cb9483a414f7ce8991ac3e1c5e2fb.zip
Forgot that part (#926)
SVN-Revision: 5599
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index a738345d2e..60fca50fb4 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -115,6 +115,7 @@ define Build/Prepare
$(SCRIPT_DIR)/patch-kernel.sh $(PKG_BUILD_DIR) ./patches/$(PKG_VERSION) \*.patch
$(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;);
endef
define Build/Configure