From f515c82680940c6d712dd56082c54e825fd6a019 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 9 Oct 2006 15:10:40 +0000 Subject: [PATCH] enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board) SVN-Revision: 4989 --- openwrt/toolchain/gcc/Config.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1