mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-07 19:50:42 +01:00
make gcc 4.1.1 the default for Aruba
SVN-Revision: 4189
This commit is contained in:
parent
4406e8dcc3
commit
513d7ee67b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue