mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
complibs/cloog: add latest version 0.15.10
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
093fb9111f
commit
cc7bf641f6
@ -6,6 +6,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config CLOOG_V_0_15_10
|
||||
bool
|
||||
prompt "0.15.10"
|
||||
|
||||
config CLOOG_V_0_15_9
|
||||
bool
|
||||
prompt "0.15.9"
|
||||
@ -43,6 +47,7 @@ config CLOOG_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
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
|
||||
default "0.15.7" if CLOOG_V_0_15_7
|
||||
|
Loading…
x
Reference in New Issue
Block a user