mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
complibs/cloog: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
f73891e77c
commit
5c8891f221
@ -6,6 +6,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config CLOOG_V_0_15_11
|
||||
bool
|
||||
prompt "0.15.11 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config CLOOG_V_0_15_10
|
||||
bool
|
||||
prompt "0.15.10"
|
||||
@ -32,6 +37,7 @@ config CLOOG_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "0.15.11" if CLOOG_V_0_15_11
|
||||
default "0.15.10" if CLOOG_V_0_15_10
|
||||
default "0.15.9" if CLOOG_V_0_15_9
|
||||
default "0.15.8" if CLOOG_V_0_15_8
|
||||
|
Loading…
Reference in New Issue
Block a user