summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-03-21 10:58:27 +1030
committerJoel Stanley <joel@jms.id.au>2019-03-27 12:47:44 +1030
commit80ca60cfc0339e5df331fbc7088411f100a67e8c (patch)
tree69e15f5867684ae0d593b663069a1ed18fb3e86c
parent270e1676cb16d259d1713c7fb71aa86ae66a360e (diff)
downloadbuildroot-80ca60cfc0339e5df331fbc7088411f100a67e8c.tar.gz
buildroot-80ca60cfc0339e5df331fbc7088411f100a67e8c.zip
toolchain: add BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 3385946b7ab709cc89aeee67195fb3bdd2422145) Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--toolchain/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index bcbc3cf984..3f297f6b43 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -397,10 +397,15 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
bool
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
+config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
+ bool
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
+
# This order guarantees that the highest version is set, as kconfig
# stops affecting a value on the first matching default.
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
string
+ default "5.0" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
default "4.20" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
default "4.19" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
default "4.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18
OpenPOWER on IntegriCloud