projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
574c87a
)
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)
SVN-Revision: 6185
toolchain/gcc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index 2ae3394f1ba7d01e457891548c9f0b25fe6af026..397dfa49861bf64895201944a95988dad1996788 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