mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
Merge pull request #81 from bhundven/isl_0_14_depends_on_gcc_5_1_or_later
complibs: Update requirements for gcc-5.1
This commit is contained in:
commit
f9990ba71b
@ -454,7 +454,7 @@ config CC_GCC_USE_GRAPHITE
|
||||
bool
|
||||
default y
|
||||
depends on CC_GCC_HAS_GRAPHITE
|
||||
select CLOOG_NEEDED
|
||||
select CLOOG_NEEDED if !CC_GCC_5_1_or_later
|
||||
select PPL_NEEDED if !CC_GCC_4_8_or_later
|
||||
select ISL_NEEDED if CC_GCC_4_8_or_later
|
||||
help
|
||||
|
@ -17,6 +17,7 @@ config ISL_V_0_12_2
|
||||
config ISL_V_0_11_1
|
||||
bool
|
||||
prompt "0.11.1"
|
||||
depends on ! CC_GCC_5_1_or_later
|
||||
|
||||
endchoice
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user