diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-07-21 11:04:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-07-21 11:04:33 +0000 |
commit | 85b5dfd0f53416ef4f87046209a40143c91e0b85 (patch) | |
tree | 808ca0166274aaae4c02900c978eae6f87f3c049 /toolchain/gcc/Config.in | |
parent | 388e223ebcc5c8a69e8ce896076d6d0e5485b656 (diff) | |
download | upstream-85b5dfd0f53416ef4f87046209a40143c91e0b85.tar.gz upstream-85b5dfd0f53416ef4f87046209a40143c91e0b85.tar.bz2 upstream-85b5dfd0f53416ef4f87046209a40143c91e0b85.zip |
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
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 6c584db405..cee344a262 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 |