mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Linaro's 4.9 requires ISL 0.14 or older
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
c7b1e29576
commit
96ff82e9ec
@ -35,9 +35,12 @@ config ISL_V_0_16_1
|
|||||||
depends on CC_GCC_5_or_later
|
depends on CC_GCC_5_or_later
|
||||||
select ISL_V_0_16_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
|
config ISL_V_0_15
|
||||||
bool
|
bool
|
||||||
prompt "0.15"
|
prompt "0.15"
|
||||||
|
depends on CC_GCC_4_9_or_later && !CC_GCC_V_linaro_4_9
|
||||||
select ISL_V_0_15_or_later
|
select ISL_V_0_15_or_later
|
||||||
|
|
||||||
config ISL_V_0_14
|
config ISL_V_0_14
|
||||||
|
Loading…
Reference in New Issue
Block a user