From: nbd Date: Mon, 9 Oct 2006 15:10:40 +0000 (+0000) Subject: enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board) X-Git-Tag: fast2504n-3.10.28-merged~22942^2~55 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=6df1119ca9e30ba846cc2977b1d62f54e01b61dd;p=openwrt.git 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 --- 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