mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
Config.in: add BR2_HOST_GCC_AT_LEAST_4_5
In preparation to the addition of new dependencies in the kvm-unit-tests package, add the BR2_HOST_GCC_AT_LEAST_4_5 symbol. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6c042622e1
commit
e488b56cff
@ -23,9 +23,14 @@ config BR2_HOST_GCC_VERSION
|
|||||||
string
|
string
|
||||||
option env="HOST_GCC_VERSION"
|
option env="HOST_GCC_VERSION"
|
||||||
|
|
||||||
|
config BR2_HOST_GCC_AT_LEAST_4_5
|
||||||
|
bool
|
||||||
|
default y if BR2_HOST_GCC_VERSION = "4 5"
|
||||||
|
|
||||||
config BR2_HOST_GCC_AT_LEAST_4_6
|
config BR2_HOST_GCC_AT_LEAST_4_6
|
||||||
bool
|
bool
|
||||||
default y if BR2_HOST_GCC_VERSION = "4 6"
|
default y if BR2_HOST_GCC_VERSION = "4 6"
|
||||||
|
select BR2_HOST_GCC_AT_LEAST_4_5
|
||||||
|
|
||||||
config BR2_HOST_GCC_AT_LEAST_4_7
|
config BR2_HOST_GCC_AT_LEAST_4_7
|
||||||
bool
|
bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user