aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-07 04:08:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-07 04:08:04 +0000
commit08e88220c441994e665f53371bc6bf6f729e5925 (patch)
treec6dc45653730b1842dbfbdbb820b412f212c3659 /toolchain
parente69a489a502e224a5ab50dfb9aaa2308652d2b5f (diff)
downloadupstream-08e88220c441994e665f53371bc6bf6f729e5925.tar.gz
upstream-08e88220c441994e665f53371bc6bf6f729e5925.tar.bz2
upstream-08e88220c441994e665f53371bc6bf6f729e5925.zip
use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5706 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.version5
1 files changed, 4 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index b04269c527..2ae3394f1b 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -12,8 +12,11 @@ config GCC_VERSION
default "3.4.6"
if !TOOLCHAINOPTS
+ config GCC_VERSION_4_2
+ default y if LINUX_2_6_X86
+
config GCC_VERSION_4_1_1
- default y if LINUX_2_6_ARUBA || LINUX_2_6_X86 || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
+ default y if LINUX_2_6_ARUBA || LINUX_2_6_IXP4XX || LINUX_2_6_RB532
endif