aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-09 15:10:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-09 15:10:40 +0000
commitf515c82680940c6d712dd56082c54e825fd6a019 (patch)
tree11f3224cef3ea38d00d186a462fe625fc376b898
parente9c850b28453e61f884dbc6db95fe0739b5ab9a3 (diff)
downloadupstream-f515c82680940c6d712dd56082c54e825fd6a019.tar.gz
upstream-f515c82680940c6d712dd56082c54e825fd6a019.tar.bz2
upstream-f515c82680940c6d712dd56082c54e825fd6a019.zip
enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board)
SVN-Revision: 4989
-rw-r--r--openwrt/toolchain/gcc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/gcc/Config.version b/openwrt/toolchain/gcc/Config.version
index 65f29b9bda..e728bc4087 100644
--- a/openwrt/toolchain/gcc/Config.version
+++ b/openwrt/toolchain/gcc/Config.version
@@ -12,7 +12,7 @@ config GCC_VERSION
if !TOOLCHAINOPTS
config GCC_VERSION_4_1_1
- default y if LINUX_2_6_ARUBA
+ default y if LINUX_2_6_ARUBA || LINUX_2_6_X86
config GCC_VERSION_4_0_3
default y if LINUX_2_6_XSCALE
endif