]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.ac: Eliminate ClooG installation dependency.
authorRoman Gareev <gareevroman@gmail.com>
Mon, 18 Aug 2014 15:42:11 +0000 (15:42 +0000)
committerRoman Gareev <romangareev@gcc.gnu.org>
Mon, 18 Aug 2014 15:42:11 +0000 (15:42 +0000)
commiteae1a5d419d30eca0905a78e45a8e3909983dd6a
treea353a3d31ffda81ef6d90612de9127c49b5fe3d1
parentd7e78447084450a8961172d8670f3add9a439d3c
configure.ac: Eliminate ClooG installation dependency.

* configure.ac: Eliminate ClooG installation dependency.
* configure: Regenerate.
* Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
* Makefile.in: Regenerate.

[config/]

* cloog.m4: Remove the path to isllibs from clooglibs.
* isl.m4: Add paths to islinc, isllibs.

[gcc/]

* Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
* config.in: Add undef of HAVE_isl.
* configure: Regenerate.
* configure.ac: Add definition of HAVE_isl.
* graphite-blocking.c: Add checking of HAVE_isl.
* graphite-dependences.c: Likewise.
* graphite-interchange.c: Likewise.
* graphite-isl-ast-to-gimple.c: Likewise.
* graphite-optimize-isl.c: Likewise.
* graphite-poly.c: Likewise.
* graphite-scop-detection.c: Likewise.
* graphite-sese-to-poly.c: Likewise.
* graphite.c: Likewise.
* toplev.c: Replace the checking of HAVE_cloog with the checking
of HAVE_isl.

From-SVN: r214106
23 files changed:
ChangeLog
Makefile.in
Makefile.tpl
config/ChangeLog
config/cloog.m4
config/isl.m4
configure
configure.ac
gcc/ChangeLog
gcc/Makefile.in
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/graphite-blocking.c
gcc/graphite-dependences.c
gcc/graphite-interchange.c
gcc/graphite-isl-ast-to-gimple.c
gcc/graphite-optimize-isl.c
gcc/graphite-poly.c
gcc/graphite-scop-detection.c
gcc/graphite-sese-to-poly.c
gcc/graphite.c
gcc/toplev.c