projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b8b25
)
Config.in: add BR2_HOST_GCC_AT_LEAST_7
author
Adrián Pérez de Castro
<aperez@igalia.com>
Wed, 5 Jul 2017 13:06:33 +0000
(16:06 +0300)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 14:20:27 +0000
(16:20 +0200)
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/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