From: kaloz Date: Fri, 21 Jul 2006 11:04:33 +0000 (+0000) Subject: make gcc 4.1.1 the default for Aruba X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=e5504c071be9e7bece1051510dd449ad5da1c87d make gcc 4.1.1 the default for Aruba git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4189 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 6c584db40..cee344a26 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -2,7 +2,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS - default GCC_VERSION_4_0_3 if LINUX_2_6_ARUBA + default GCC_VERSION_4_1_1 if LINUX_2_6_ARUBA default GCC_VERSION_3_4_4 if LINUX_2_4_BRCM default GCC_VERSION_3_4_6 help diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 5574acc47..286c4f578 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -12,7 +12,7 @@ config GCC_VERSION if !TOOLCHAINOPTS config GCC_VERSION_3_4_4 default y if LINUX_2_4_BRCM - config GCC_VERSION_4_0_3 + config GCC_VERSION_4_1_1 default y if LINUX_2_6_ARUBA endif