summaryrefslogtreecommitdiff
path: root/config/companion_libs
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-02 22:21:10 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-02 22:21:10 (GMT)
commit387955ea861750bf4c9b9a8ba60f6802969c6f4c (patch)
tree13ee28a3b9788476efa26a4b9c82d4feb967a39d /config/companion_libs
parent48a0c4275485eee3ed8d0f8cb433599f1f42c731 (diff)
parent1a25115a1851d3defdf4d37825d8a291be078e53 (diff)
Merge pull request #232 from bhundven/less_gcc_versions_part_1
gcc: Support only the latest branch releases of gcc
Diffstat (limited to 'config/companion_libs')
-rw-r--r--config/companion_libs/isl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/companion_libs/isl.in b/config/companion_libs/isl.in
index 19a27cc..1477212 100644
--- a/config/companion_libs/isl.in
+++ b/config/companion_libs/isl.in
@@ -9,20 +9,20 @@ choice
config ISL_V_0_14
bool
prompt "0.14"
- depends on CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
+ depends on CLOOG_0_18_4_or_later || CC_GCC_5_or_later
select ISL_V_0_14_or_later
config ISL_V_0_12_2
bool
prompt "0.12.2"
- depends on ! CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
+ depends on ! CLOOG_0_18_4_or_later || CC_GCC_5_or_later
select ISL_V_0_12_or_later
config ISL_V_0_11_1
bool
prompt "0.11.1"
depends on ! CLOOG_0_18_4_or_later
- depends on ! CC_GCC_5_1_or_later
+ depends on ! CC_GCC_5_or_later
endchoice