Linaro's 4.9 requires ISL 0.14 or older

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-01-17 00:07:56 -08:00
parent c7b1e29576
commit 96ff82e9ec

View File

@ -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