]> Git Repo - buildroot-mgba.git/commitdiff
Config.in: add BR2_HOST_GCC_AT_LEAST_7
authorAdrián Pérez de Castro <[email protected]>
Wed, 5 Jul 2017 13:06:33 +0000 (16:06 +0300)
committerThomas Petazzoni <[email protected]>
Wed, 5 Jul 2017 14:20:27 +0000 (16:20 +0200)
Signed-off-by: Adrian Perez de Castro <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in

index 72ceadfde6ac241416da33c5d0c0999dea85f2b7..e395995ec9a70836dfcc5877c0634307522ddbda 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -57,6 +57,11 @@ config BR2_HOST_GCC_AT_LEAST_6
        default y if BR2_HOST_GCC_VERSION = "6"
        select BR2_HOST_GCC_AT_LEAST_5
 
+config BR2_HOST_GCC_AT_LEAST_7
+       bool
+       default y if BR2_HOST_GCC_VERSION = "7"
+       select BR2_HOST_GCC_AT_LEAST_6
+
 # Hidden boolean selected by packages in need of Java in order to build
 # (example: xbmc)
 config BR2_NEEDS_HOST_JAVA
This page took 0.035435 seconds and 4 git commands to generate.