diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-21 12:13:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-21 12:13:04 +0000 |
commit | 44c8f8302629039c090dd9a69449defabcd392e9 (patch) | |
tree | 2a198aa04d7f20f6f3a26fa3c3c462c107b35ca0 /toolchain/gcc/Makefile | |
parent | 740bd8eef7c2d5c08300dbe9d473b7495510af7c (diff) | |
download | upstream-44c8f8302629039c090dd9a69449defabcd392e9.tar.gz upstream-44c8f8302629039c090dd9a69449defabcd392e9.tar.bz2 upstream-44c8f8302629039c090dd9a69449defabcd392e9.zip |
Forgot that part (#926)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5599 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |