mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:34:06 +02:00
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
This commit is contained in:
parent
11eb6665fe
commit
e5504c071b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GCC compiler Version" if TOOLCHAINOPTS
|
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_4 if LINUX_2_4_BRCM
|
||||||
default GCC_VERSION_3_4_6
|
default GCC_VERSION_3_4_6
|
||||||
help
|
help
|
||||||
|
@ -12,7 +12,7 @@ config GCC_VERSION
|
|||||||
if !TOOLCHAINOPTS
|
if !TOOLCHAINOPTS
|
||||||
config GCC_VERSION_3_4_4
|
config GCC_VERSION_3_4_4
|
||||||
default y if LINUX_2_4_BRCM
|
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
|
default y if LINUX_2_6_ARUBA
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user