mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Config.in: add symbols for BR2_HOST_GCC_AT_LEAST_4_6
This option is needed to fix the Kodi build with older host gcc versions. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
852633a99c
commit
8fce6d7c16
@ -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_6
|
||||||
|
bool
|
||||||
|
default y if BR2_HOST_GCC_VERSION = "4 6"
|
||||||
|
|
||||||
config BR2_HOST_GCC_AT_LEAST_4_7
|
config BR2_HOST_GCC_AT_LEAST_4_7
|
||||||
bool
|
bool
|
||||||
default y if BR2_HOST_GCC_VERSION = "4 7"
|
default y if BR2_HOST_GCC_VERSION = "4 7"
|
||||||
|
select BR2_HOST_GCC_AT_LEAST_4_6
|
||||||
|
|
||||||
config BR2_HOST_GCC_AT_LEAST_4_8
|
config BR2_HOST_GCC_AT_LEAST_4_8
|
||||||
bool
|
bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user