mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
toolchain/gcc: use 4.8-linaro by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39860
This commit is contained in:
parent
d76f2d4d1c
commit
72d4683627
@ -3,7 +3,7 @@
|
||||
choice
|
||||
prompt "GCC compiler Version" if TOOLCHAINOPTS
|
||||
default GCC_USE_VERSION_4_4_7 if avr32
|
||||
default GCC_USE_VERSION_4_6_LINARO
|
||||
default GCC_USE_VERSION_4_8_LINARO
|
||||
help
|
||||
Select the version of gcc you wish to use.
|
||||
|
||||
|
@ -3,10 +3,10 @@ config GCC_VERSION_4_4_7
|
||||
bool
|
||||
|
||||
config GCC_VERSION_4_6_LINARO
|
||||
default y if (!TOOLCHAINOPTS && !avr32)
|
||||
bool
|
||||
|
||||
config GCC_VERSION_4_8_LINARO
|
||||
default y if (!TOOLCHAINOPTS && !avr32)
|
||||
bool
|
||||
|
||||
config GCC_VERSION_4_8_0
|
||||
|
Loading…
x
Reference in New Issue
Block a user