diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-17 00:07:56 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-17 17:23:31 -0800 |
commit | 96ff82e9ecee602d09390a9a911d2371228a6cad (patch) | |
tree | 6752287e5750c10b6959befbe0eca4858fe394bc | |
parent | c7b1e2957608996e751a0632a51950024f3ed29f (diff) | |
download | crosstool-ng-96ff82e9ecee602d09390a9a911d2371228a6cad.tar.gz crosstool-ng-96ff82e9ecee602d09390a9a911d2371228a6cad.tar.bz2 crosstool-ng-96ff82e9ecee602d09390a9a911d2371228a6cad.zip |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/companion_libs/isl.in b/config/companion_libs/isl.in index f1af3a00..66db3765 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 |