mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-03 12:24:11 +00:00
Merge pull request #175 from jasmin-j/fix_isl_constraints
Fixed issue 173 and 174.
This commit is contained in:
commit
51aba45e99
@ -9,19 +9,19 @@ choice
|
|||||||
config ISL_V_0_15
|
config ISL_V_0_15
|
||||||
bool
|
bool
|
||||||
prompt "0.15"
|
prompt "0.15"
|
||||||
depends on CLOOG_0_18_4_or_later
|
depends on CC_GCC_5_1_or_later
|
||||||
select ISL_V_0_15_or_later
|
select ISL_V_0_15_or_later
|
||||||
|
|
||||||
config ISL_V_0_14
|
config ISL_V_0_14
|
||||||
bool
|
bool
|
||||||
prompt "0.14"
|
prompt "0.14"
|
||||||
depends on CLOOG_0_18_4_or_later
|
depends on CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
|
||||||
select ISL_V_0_14_or_later
|
select ISL_V_0_14_or_later
|
||||||
|
|
||||||
config ISL_V_0_12_2
|
config ISL_V_0_12_2
|
||||||
bool
|
bool
|
||||||
prompt "0.12.2"
|
prompt "0.12.2"
|
||||||
depends on ! CLOOG_0_18_4_or_later
|
depends on ! CLOOG_0_18_4_or_later || CC_GCC_5_1_or_later
|
||||||
select ISL_V_0_12_or_later
|
select ISL_V_0_12_or_later
|
||||||
|
|
||||||
config ISL_V_0_11_1
|
config ISL_V_0_11_1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user