projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740bd8e
)
Forgot that part (#926)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 21 Nov 2006 12:13:04 +0000
(12:13 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 21 Nov 2006 12:13:04 +0000
(12:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5599
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gcc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
a738345
..
60fca50
100644
(file)
--- 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