[Buildroot] [git commit] toolchain: add BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1

Peter Korsgaard peter at korsgaard.com
Sun Apr 7 07:10:10 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=d2500dc581039766b0a767391317aeea13a1474c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Clement Leger <clement.leger at kalray.eu>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 toolchain/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 552220123f..8c5a4fb88e 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -404,10 +404,15 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
 	bool
 	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
 
+config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
+	bool
+	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
+
 # 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.1"  if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
 	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


More information about the buildroot mailing list