Commit d62352f9 by Tobias Burnus Committed by Tobias Burnus

Makefile.in (CLOOGLIBS, CLOOGINC): Remove.

2014-11-12  Tobias Burnus  <burnus@net-b.de>

        * Makefile.in (CLOOGLIBS, CLOOGINC): Remove.
        * configure.ac: Ditto.
        * graphite-interchange.c: Remove HAVE_CLOOG block.
        * config.in: Regenerate.
        * configure: Regenerate.

From-SVN: r217436
parent b51a6787
2014-11-12 Tobias Burnus <burnus@net-b.de>
* Makefile.in (CLOOGLIBS, CLOOGINC): Remove.
* configure.ac: Ditto.
* graphite-interchange.c: Remove HAVE_CLOOG block.
* config.in: Regenerate.
* configure: Regenerate.
2014-11-12 Jiong Wang <jiong.wang@arm.com> 2014-11-12 Jiong Wang <jiong.wang@arm.com>
* config/aarch64/aarch64.h (CALL_USED_REGISTERS): Mark LR as * config/aarch64/aarch64.h (CALL_USED_REGISTERS): Mark LR as
...@@ -349,10 +349,6 @@ GMPINC = @GMPINC@ ...@@ -349,10 +349,6 @@ GMPINC = @GMPINC@
ISLLIBS = @ISLLIBS@ ISLLIBS = @ISLLIBS@
ISLINC = @ISLINC@ ISLINC = @ISLINC@
# How to find CLOOG
CLOOGLIBS = @CLOOGLIBS@
CLOOGINC = @CLOOGINC@
# Set to 'yes' if the LTO front end is enabled. # Set to 'yes' if the LTO front end is enabled.
enable_lto = @enable_lto@ enable_lto = @enable_lto@
......
...@@ -1700,12 +1700,6 @@ ...@@ -1700,12 +1700,6 @@
#endif #endif
/* Define if cloog is in use. */
#ifndef USED_FOR_TARGET
#undef HAVE_cloog
#endif
/* Define if isl is in use. */ /* Define if isl is in use. */
#ifndef USED_FOR_TARGET #ifndef USED_FOR_TARGET
#undef HAVE_isl #undef HAVE_isl
......
...@@ -604,8 +604,6 @@ PICFLAG ...@@ -604,8 +604,6 @@ PICFLAG
enable_host_shared enable_host_shared
enable_plugin enable_plugin
pluginlibs pluginlibs
CLOOGINC
CLOOGLIBS
ISLINC ISLINC
ISLLIBS ISLLIBS
GMPINC GMPINC
...@@ -952,9 +950,7 @@ CXXCPP ...@@ -952,9 +950,7 @@ CXXCPP
GMPLIBS GMPLIBS
GMPINC GMPINC
ISLLIBS ISLLIBS
ISLINC ISLINC'
CLOOGLIBS
CLOOGINC'
# Initialize some variables set by options. # Initialize some variables set by options.
...@@ -1726,8 +1722,6 @@ Some influential environment variables: ...@@ -1726,8 +1722,6 @@ Some influential environment variables:
GMPINC How to find GMP include files GMPINC How to find GMP include files
ISLLIBS How to link ISL ISLLIBS How to link ISL
ISLINC How to find ISL include files ISLINC How to find ISL include files
CLOOGLIBS How to link CLOOG
CLOOGINC How to find CLOOG include files
Use these variables to override the choices made by `configure' or to help Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations. it to find libraries and programs with nonstandard names/locations.
...@@ -18100,7 +18094,7 @@ else ...@@ -18100,7 +18094,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF cat > conftest.$ac_ext <<_LT_EOF
#line 18103 "configure" #line 18097 "configure"
#include "confdefs.h" #include "confdefs.h"
#if HAVE_DLFCN_H #if HAVE_DLFCN_H
...@@ -18206,7 +18200,7 @@ else ...@@ -18206,7 +18200,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF cat > conftest.$ac_ext <<_LT_EOF
#line 18209 "configure" #line 18203 "configure"
#include "confdefs.h" #include "confdefs.h"
#if HAVE_DLFCN_H #if HAVE_DLFCN_H
...@@ -27974,14 +27968,6 @@ $as_echo "#define HAVE_isl 1" >>confdefs.h ...@@ -27974,14 +27968,6 @@ $as_echo "#define HAVE_isl 1" >>confdefs.h
fi fi
if test "x${CLOOGLIBS}" != "x" ; then
$as_echo "#define HAVE_cloog 1" >>confdefs.h
fi
# Check for plugin support # Check for plugin support
# Check whether --enable-plugin was given. # Check whether --enable-plugin was given.
if test "${enable_plugin+set}" = set; then : if test "${enable_plugin+set}" = set; then :
......
...@@ -5550,12 +5550,6 @@ if test "x${ISLLIBS}" != "x" ; then ...@@ -5550,12 +5550,6 @@ if test "x${ISLLIBS}" != "x" ; then
AC_DEFINE(HAVE_isl, 1, [Define if isl is in use.]) AC_DEFINE(HAVE_isl, 1, [Define if isl is in use.])
fi fi
AC_ARG_VAR(CLOOGLIBS,[How to link CLOOG])
AC_ARG_VAR(CLOOGINC,[How to find CLOOG include files])
if test "x${CLOOGLIBS}" != "x" ; then
AC_DEFINE(HAVE_cloog, 1, [Define if cloog is in use.])
fi
GCC_ENABLE_PLUGINS GCC_ENABLE_PLUGINS
AC_SUBST(pluginlibs) AC_SUBST(pluginlibs)
AC_SUBST(enable_plugin) AC_SUBST(enable_plugin)
......
...@@ -37,10 +37,6 @@ extern "C" { ...@@ -37,10 +37,6 @@ extern "C" {
#if defined(__cplusplus) #if defined(__cplusplus)
} }
#endif #endif
#ifdef HAVE_cloog
#include <cloog/cloog.h>
#include <cloog/isl/domain.h>
#endif
#endif #endif
#include "system.h" #include "system.h"
......
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