From 7bc91f44e59f71af5d442742e0be4be1cd8614ee Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 7 Dec 2006 04:08:04 +0000 Subject: [PATCH] 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 --- toolchain/gcc/Config.version | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index b04269c52..2ae3394f1 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 -- 2.35.1