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:
7fab397
)
revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)
author
Nicolas Thill
<nico@openwrt.org>
Tue, 23 Jan 2007 16:14:50 +0000
(16:14 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 23 Jan 2007 16:14:50 +0000
(16:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6185
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gcc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index
2ae3394
..
397dfa4
100644
(file)
--- a/
toolchain/gcc/Config.version
+++ b/
toolchain/gcc/Config.version
@@
-13,10
+13,10
@@
config GCC_VERSION
if !TOOLCHAINOPTS
config GCC_VERSION_4_2
- default
y if LINUX_2_6_X86
+ default
n
config GCC_VERSION_4_1_1
- default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
+ default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
|| LINUX_2_6_X86
endif