mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
toolchain/gcc: mark old versions as deprecated
This commit is contained in:
parent
e2c32ba54b
commit
f6a212f1c0
@ -11,6 +11,7 @@ choice
|
|||||||
|
|
||||||
config BR2_GCC_VERSION_3_4_6
|
config BR2_GCC_VERSION_3_4_6
|
||||||
depends on !BR2_avr32
|
depends on !BR2_avr32
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
bool "gcc 3.4.6"
|
bool "gcc 3.4.6"
|
||||||
|
|
||||||
config BR2_GCC_VERSION_4_0_4
|
config BR2_GCC_VERSION_4_0_4
|
||||||
@ -30,6 +31,7 @@ choice
|
|||||||
|
|
||||||
config BR2_GCC_VERSION_4_2_3
|
config BR2_GCC_VERSION_4_2_3
|
||||||
depends on !BR2_avr32 && !BR2_nios2
|
depends on !BR2_avr32 && !BR2_nios2
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
bool "gcc 4.2.3"
|
bool "gcc 4.2.3"
|
||||||
|
|
||||||
config BR2_GCC_VERSION_4_2_4
|
config BR2_GCC_VERSION_4_2_4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user