Commit 27b9aa80 by Tobias Grosser Committed by Sebastian Pop

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
parent 3fae6099
2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
* configure: Regenerated.
* configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2011-01-21 Andreas Schwab <schwab@redhat.com> 2011-01-21 Andreas Schwab <schwab@redhat.com>
* configure.ac: Use AS_HELP_STRING throughout. * configure.ac: Use AS_HELP_STRING throughout.
......
...@@ -5978,8 +5978,8 @@ $as_echo "$gcc_cv_cloog_type" >&6; } ...@@ -5978,8 +5978,8 @@ $as_echo "$gcc_cv_cloog_type" >&6; }
LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}" LDFLAGS="${_cloog_saved_LDFLAGS} ${clooglibs} ${ppllibs}"
if test "${cloog_org}" = yes ; then if test "${cloog_org}" = yes ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.14.0 of CLooG" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for version 0.16.1 of CLooG" >&5
$as_echo_n "checking for version 0.14.0 of CLooG... " >&6; } $as_echo_n "checking for version 0.16.1 of CLooG... " >&6; }
if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then : if test "${gcc_cv_cloog_ct_0_14_0+set}" = set; then :
$as_echo_n "(cached) " >&6 $as_echo_n "(cached) " >&6
else else
...@@ -5990,8 +5990,8 @@ int ...@@ -5990,8 +5990,8 @@ int
main () main ()
{ {
#if CLOOG_VERSION_MAJOR != 0 \ #if CLOOG_VERSION_MAJOR != 0 \
|| CLOOG_VERSION_MINOR != 14 \ || CLOOG_VERSION_MINOR != 16 \
|| CLOOG_VERSION_REVISION < 0 || CLOOG_VERSION_REVISION < 1
choke me choke me
#endif #endif
; ;
......
...@@ -1696,19 +1696,11 @@ if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \ ...@@ -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 ' clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include '
fi fi
if test "x$with_cloog" != "xno"; then if test "x$with_cloog" != "xno"; then
dnl Version check for CLooG-Org dnl The minimal version of CLooG required for Graphite.
dnl As long as there is no new release of CLooG,
dnl we will check for 0.14.0.
dnl dnl
dnl The first git revision that will work with dnl If we use CLooG-Legacy, the provided version information is
dnl GCC is: bd91b845a65805c290d43fc1bef8139864a163fb dnl ignored.
dnl This is enforced implictly, as this is the commit that CLOOG_CHECK_VERSION(0,16,1)
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 Only execute fail-action, if CLooG has been dnl Only execute fail-action, if CLooG has been
dnl requested. dnl requested.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment