]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (CLOOGLIBS, CLOOGINC): Remove.
authorTobias Burnus <burnus@net-b.de>
Wed, 12 Nov 2014 18:28:36 +0000 (19:28 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 12 Nov 2014 18:28:36 +0000 (19:28 +0100)
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

gcc/ChangeLog
gcc/Makefile.in
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/graphite-interchange.c

index 492b5c74898109bb5149af3f6b6558a4d21e6e63..320c94d073fe0962adb73304c2d28709f4d4e4cc 100644 (file)
@@ -1,3 +1,11 @@
+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>
 
        * config/aarch64/aarch64.h (CALL_USED_REGISTERS): Mark LR as
index 6f98ca118db2dc27c922919dd0b8dfdd45a25f2d..3d671c27006b2174238f42db657003b6f070af72 100644 (file)
@@ -349,10 +349,6 @@ GMPINC = @GMPINC@
 ISLLIBS = @ISLLIBS@
 ISLINC = @ISLINC@
 
-# How to find CLOOG
-CLOOGLIBS = @CLOOGLIBS@
-CLOOGINC = @CLOOGINC@
-
 # Set to 'yes' if the LTO front end is enabled.
 enable_lto = @enable_lto@
 
index c4f9164ef7fae1815449c8d8425efba0356b4677..8b8c5562a928a019ef1b7a98c42b542150d9b9b3 100644 (file)
 #endif
 
 
-/* Define if cloog is in use. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_cloog
-#endif
-
-
 /* Define if isl is in use. */
 #ifndef USED_FOR_TARGET
 #undef HAVE_isl
index 7f1f47d226a38cf3a88b4c099d0eac1542d6a73d..6459a8a9d7512e144ec4d6af88d6aad947c0cefd 100755 (executable)
@@ -604,8 +604,6 @@ PICFLAG
 enable_host_shared
 enable_plugin
 pluginlibs
-CLOOGINC
-CLOOGLIBS
 ISLINC
 ISLLIBS
 GMPINC
@@ -952,9 +950,7 @@ CXXCPP
 GMPLIBS
 GMPINC
 ISLLIBS
-ISLINC
-CLOOGLIBS
-CLOOGINC'
+ISLINC'
 
 
 # Initialize some variables set by options.
@@ -1726,8 +1722,6 @@ Some influential environment variables:
   GMPINC      How to find GMP include files
   ISLLIBS     How to link ISL
   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
 it to find libraries and programs with nonstandard names/locations.
@@ -18100,7 +18094,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 18103 "configure"
+#line 18097 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -18206,7 +18200,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 18209 "configure"
+#line 18203 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -27974,14 +27968,6 @@ $as_echo "#define HAVE_isl 1" >>confdefs.h
 
 fi
 
-
-
-if test "x${CLOOGLIBS}" != "x" ; then
-
-$as_echo "#define HAVE_cloog 1" >>confdefs.h
-
-fi
-
 # Check for plugin support
    # Check whether --enable-plugin was given.
 if test "${enable_plugin+set}" = set; then :
index ecb75be101bef3aa8aaeea81acd74e3a0550565f..ba2b38717c87dd8e7d6674e7707a008a2048ab6b 100644 (file)
@@ -5550,12 +5550,6 @@ if test "x${ISLLIBS}" != "x" ; then
    AC_DEFINE(HAVE_isl, 1, [Define if isl is in use.])
 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
 AC_SUBST(pluginlibs)
 AC_SUBST(enable_plugin)
index a7222a54f3c307cf4e89c96b8edfc088a2fd9b43..81ba391059576263f4ce10b3c289081136dea5be 100644 (file)
@@ -37,10 +37,6 @@ extern "C" {
 #if defined(__cplusplus)
 }
 #endif
-#ifdef HAVE_cloog
-#include <cloog/cloog.h>
-#include <cloog/isl/domain.h>
-#endif
 #endif
 
 #include "system.h"