diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-01-25 06:44:30 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2011-01-25 06:44:30 +0000 |
commit | 27b9aa80ca495e2a8ec73b7e2d04e7e4462b6355 (patch) | |
tree | 75fa6792a121cc14af0714080ab1fe42b4b880fd /configure.ac | |
parent | 3fae6099f477ad25a9e86bcb551e85283d5cde96 (diff) | |
download | gcc-27b9aa80ca495e2a8ec73b7e2d04e7e4462b6355.zip gcc-27b9aa80ca495e2a8ec73b7e2d04e7e4462b6355.tar.gz gcc-27b9aa80ca495e2a8ec73b7e2d04e7e4462b6355.tar.bz2 |
Update required cloog to 0.16.1.
2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
* configure: Regenerated.
* configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
From-SVN: r169198
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 1227054..bbb82c3 100644 --- a/configure.ac +++ b/configure.ac @@ -1696,19 +1696,11 @@ if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \ clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include ' fi if test "x$with_cloog" != "xno"; then - dnl Version check for CLooG-Org - dnl As long as there is no new release of CLooG, - dnl we will check for 0.14.0. + dnl The minimal version of CLooG required for Graphite. dnl - dnl The first git revision that will work with - dnl GCC is: bd91b845a65805c290d43fc1bef8139864a163fb - dnl This is enforced implictly, as this is the commit that - dnl introduced the versioning information used within our - dnl checks. - dnl - dnl If we're using CLooG-Legacy, the provided version information - dnl will be ignored. - CLOOG_CHECK_VERSION(0,14,0) + dnl If we use CLooG-Legacy, the provided version information is + dnl ignored. + CLOOG_CHECK_VERSION(0,16,1) dnl Only execute fail-action, if CLooG has been dnl requested. |