diff options
author | danielrubiob <danielrubiob@gmail.com> | 2014-02-11 21:34:48 +0100 |
---|---|---|
committer | danielrubiob <danielrubiob@gmail.com> | 2014-02-11 21:34:48 +0100 |
commit | 42a15eb1c70315c4cbbe552c46ca174321ea05ba (patch) | |
tree | c9f503bcd93fc36508951f0605f653718bed1372 | |
parent | cdf11a4104db059c0aceb6fa3b20181472c94384 (diff) | |
download | crosstool-ng-42a15eb1c70315c4cbbe552c46ca174321ea05ba.tar.gz crosstool-ng-42a15eb1c70315c4cbbe552c46ca174321ea05ba.tar.bz2 crosstool-ng-42a15eb1c70315c4cbbe552c46ca174321ea05ba.zip |
complibs/cloog: bump version
Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>
[yann.morin.1998@free.fr: re-order versions]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Cody P Schafer <dev@codyps.com>
Message-Id: <c2de3964cd6d5e4173cc.1391984023@uemo>
Patchwork-Id: 318637
-rw-r--r-- | config/companion_libs/cloog.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/companion_libs/cloog.in b/config/companion_libs/cloog.in index 1f58731b..6f6a7763 100644 --- a/config/companion_libs/cloog.in +++ b/config/companion_libs/cloog.in @@ -9,6 +9,11 @@ if ISL # Don't remove next line # CT_INSERT_VERSION_BELOW +config CLOOG_V_0_18_1 + bool + prompt "0.18.1" + select CLOOG_0_18_or_later + config CLOOG_V_0_18_0 bool prompt "0.18.0" @@ -52,6 +57,7 @@ config CLOOG_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.18.1" if CLOOG_V_0_18_1 default "0.18.0" if CLOOG_V_0_18_0 default "0.15.11" if CLOOG_V_0_15_11 default "0.15.10" if CLOOG_V_0_15_10 |