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 | d04689050dcc8f609fa8067e32a62c0816fea546 (patch) | |
tree | 1e3deca642a290e4441fecc5030ba2815830691c /toolchain/gcc/Config.version | |
parent | 574c87a244a9cbfe50fc02f39d66d2839f5bc96d (diff) | |
download | upstream-d04689050dcc8f609fa8067e32a62c0816fea546.tar.gz upstream-d04689050dcc8f609fa8067e32a62c0816fea546.tar.bz2 upstream-d04689050dcc8f609fa8067e32a62c0816fea546.zip |
revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)
SVN-Revision: 6185
Diffstat (limited to 'toolchain/gcc/Config.version')
-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 |