diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-12 18:28:36 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-12 18:28:36 +0000 |
commit | 78adef542e1ec99795ee6ec7bc05f13658521438 (patch) | |
tree | b1c85e3dba56f6b81ef96b1292f9c6a15e8a4afb /gcc/config.in | |
parent | 475b7fef27648a03b9d3d360c3e4eb8c3ee277d6 (diff) | |
download | gcc-78adef542e1ec99795ee6ec7bc05f13658521438.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index c4f9164ef7f..8b8c5562a92 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1700,12 +1700,6 @@ #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 |