2009-05-24 22:04:14 +00:00
|
|
|
# CLooG options
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
2013-05-05 00:01:05 +02:00
|
|
|
prompt "CLooG version"
|
|
|
|
|
|
|
|
if ISL
|
|
|
|
|
2009-09-13 18:38:06 +02:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2009-05-24 22:04:14 +00:00
|
|
|
|
2015-09-05 21:08:14 +02:00
|
|
|
config CLOOG_V_0_18_4
|
|
|
|
bool
|
|
|
|
prompt "0.18.4"
|
|
|
|
select CLOOG_0_18_4_or_later
|
|
|
|
|
2014-02-11 21:34:48 +01:00
|
|
|
config CLOOG_V_0_18_1
|
|
|
|
bool
|
|
|
|
prompt "0.18.1"
|
|
|
|
select CLOOG_0_18_or_later
|
|
|
|
|
2013-05-05 00:01:05 +02:00
|
|
|
config CLOOG_V_0_18_0
|
|
|
|
bool
|
|
|
|
prompt "0.18.0"
|
|
|
|
select CLOOG_0_18_or_later
|
|
|
|
|
|
|
|
endif # ISL
|
|
|
|
|
|
|
|
if PPL
|
|
|
|
|
2011-04-30 14:36:34 +02:00
|
|
|
config CLOOG_V_0_15_11
|
|
|
|
bool
|
2012-05-02 21:09:29 +02:00
|
|
|
prompt "0.15.11"
|
2014-05-26 23:25:17 +02:00
|
|
|
select CLOOG_NEEDS_AUTORECONF
|
2009-09-07 22:03:06 +02:00
|
|
|
|
2013-05-05 00:01:05 +02:00
|
|
|
endif # PPL
|
|
|
|
|
2009-05-24 22:04:14 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config CLOOG_VERSION
|
|
|
|
string
|
2009-09-13 18:38:06 +02:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2015-09-05 21:08:14 +02:00
|
|
|
default "0.18.4" if CLOOG_V_0_18_4
|
2014-02-11 21:34:48 +01:00
|
|
|
default "0.18.1" if CLOOG_V_0_18_1
|
2013-05-05 00:01:05 +02:00
|
|
|
default "0.18.0" if CLOOG_V_0_18_0
|
2011-04-30 14:36:34 +02:00
|
|
|
default "0.15.11" if CLOOG_V_0_15_11
|
2011-10-16 15:10:29 +02:00
|
|
|
|
2015-09-05 21:08:14 +02:00
|
|
|
config CLOOG_0_18_4_or_later
|
|
|
|
bool
|
|
|
|
select CLOOG_0_18_or_later
|
|
|
|
|
2013-05-05 00:01:05 +02:00
|
|
|
config CLOOG_0_18_or_later
|
|
|
|
bool
|
|
|
|
|
2011-10-16 15:10:29 +02:00
|
|
|
config CLOOG_NEEDS_AUTORECONF
|
|
|
|
bool
|