From b80c2a145e9cb9483a414f7ce8991ac3e1c5e2fb Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 21 Nov 2006 12:13:04 +0000 Subject: [PATCH] Forgot that part (#926) SVN-Revision: 5599 --- toolchain/gcc/Makefile | 1 + 1 file changed, 1 insertion(+) 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\2,' $(PKG_BUILD_DIR)/gcc/version.c + (cd $(PKG_BUILD_DIR)/libstdc++-v3; autoconf;); endef define Build/Configure -- 2.30.2