toolchain/gcc: default to 4.3.2 for !AVR32
This commit is contained in:
parent
28a229e8da
commit
6e0c86fff8
@ -4,7 +4,7 @@ comment "GCC Options"
|
||||
|
||||
choice
|
||||
prompt "GCC compiler Version"
|
||||
default BR2_GCC_VERSION_4_2_4 if !BR2_avr32
|
||||
default BR2_GCC_VERSION_4_3_2 if !BR2_avr32
|
||||
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
|
||||
help
|
||||
Select the version of gcc you wish to use.
|
||||
|
Loading…
Reference in New Issue
Block a user