aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
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
commit9b312d39918892170aa39fbf41bfc2a0b6e4a79c (patch)
treeeb2a4fb54ea9b9204630da84209723b200f2bd65 /toolchain
parent2b68446157854a58f14e7bf76a1988d9d98c62bd (diff)
downloadupstream-9b312d39918892170aa39fbf41bfc2a0b6e4a79c.tar.gz
upstream-9b312d39918892170aa39fbf41bfc2a0b6e4a79c.tar.bz2
upstream-9b312d39918892170aa39fbf41bfc2a0b6e4a79c.zip
enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4989 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 65f29b9bda..e728bc4087 100644
--- a/toolchain/gcc/Config.version
+++ b/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