summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-07-21 11:04:33 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-07-21 11:04:33 +0000
commit513d7ee67bbd2d334294eeb11a2f3a35402f512f (patch)
tree25cd3016f21eacd8b6d94d6889904887074179f0 /openwrt/toolchain
parent4406e8dcc37910bee8856950fd0f188d067f255a (diff)
downloadmtk-20170518-513d7ee67bbd2d334294eeb11a2f3a35402f512f.zip
mtk-20170518-513d7ee67bbd2d334294eeb11a2f3a35402f512f.tar.gz
mtk-20170518-513d7ee67bbd2d334294eeb11a2f3a35402f512f.tar.bz2
make gcc 4.1.1 the default for Aruba
SVN-Revision: 4189
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r--openwrt/toolchain/gcc/Config.in2
-rw-r--r--openwrt/toolchain/gcc/Config.version2
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in
index 6c584db..cee344a 100644
--- a/openwrt/toolchain/gcc/Config.in
+++ b/openwrt/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/openwrt/toolchain/gcc/Config.version b/openwrt/toolchain/gcc/Config.version
index 5574acc..286c4f5 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_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