summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-17 08:07:56 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-18 01:23:31 (GMT)
commit96ff82e9ecee602d09390a9a911d2371228a6cad (patch)
tree6752287e5750c10b6959befbe0eca4858fe394bc
parentc7b1e2957608996e751a0632a51950024f3ed29f (diff)
Linaro's 4.9 requires ISL 0.14 or older
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r--config/companion_libs/isl.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/companion_libs/isl.in b/config/companion_libs/isl.in
index f1af3a0..66db376 100644
--- a/config/companion_libs/isl.in
+++ b/config/companion_libs/isl.in
@@ -35,9 +35,12 @@ config ISL_V_0_16_1
depends on CC_GCC_5_or_later
select ISL_V_0_16_or_later
+# Linaro version of 4.9 does not support ISL 0.15, but most recent
+# mainline 4.9 release (4.9.4) does.
config ISL_V_0_15
bool
prompt "0.15"
+ depends on CC_GCC_4_9_or_later && !CC_GCC_V_linaro_4_9
select ISL_V_0_15_or_later
config ISL_V_0_14