mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 10:27:42 +00:00
toolchain/gcc: make 4.3.4 default
There still seems to be some issues with 4.4.x and C++. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
cd411d0d9c
commit
5cc0622a14
@ -4,7 +4,7 @@ comment "GCC Options"
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "GCC compiler Version"
|
prompt "GCC compiler Version"
|
||||||
default BR2_GCC_VERSION_4_3_3 if !BR2_avr32
|
default BR2_GCC_VERSION_4_3_4 if !BR2_avr32
|
||||||
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
|
default BR2_GCC_VERSION_4_2_3 if BR2_avr32
|
||||||
help
|
help
|
||||||
Select the version of gcc you wish to use.
|
Select the version of gcc you wish to use.
|
||||||
@ -49,11 +49,12 @@ choice
|
|||||||
|
|
||||||
config BR2_GCC_VERSION_4_3_2
|
config BR2_GCC_VERSION_4_3_2
|
||||||
depends on !BR2_avr32 && !BR2_nios2
|
depends on !BR2_avr32 && !BR2_nios2
|
||||||
depends on BR2_RECENT || BR2_DEPRECATED
|
depends on BR2_DEPRECATED
|
||||||
bool "gcc 4.3.2"
|
bool "gcc 4.3.2"
|
||||||
|
|
||||||
config BR2_GCC_VERSION_4_3_3
|
config BR2_GCC_VERSION_4_3_3
|
||||||
depends on !BR2_avr32 && !BR2_nios2
|
depends on !BR2_avr32 && !BR2_nios2
|
||||||
|
depends on BR2_RECENT || BR2_DEPRECATED
|
||||||
bool "gcc 4.3.3"
|
bool "gcc 4.3.3"
|
||||||
|
|
||||||
config BR2_GCC_VERSION_4_3_4
|
config BR2_GCC_VERSION_4_3_4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user