diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-01-23 16:14:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-01-23 16:14:50 +0000 |
commit | e8d4eb1825c5a883759eadf503bea1153023fdb2 (patch) | |
tree | 39ebd66e1a8d72f738e6e8fd9e9b225dba868632 /toolchain/gcc | |
parent | 7fab397d19b50106d4c86bc5d1741a5d33028238 (diff) | |
download | upstream-e8d4eb1825c5a883759eadf503bea1153023fdb2.tar.gz upstream-e8d4eb1825c5a883759eadf503bea1153023fdb2.tar.bz2 upstream-e8d4eb1825c5a883759eadf503bea1153023fdb2.zip |
revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6185 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 2ae3394f1b..397dfa4986 100644 --- 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 |