diff options
author | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-06-23 19:15:16 +0000 |
---|---|---|
committer | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-06-23 19:15:16 +0000 |
commit | f4953d4034997ea762508ee84fee6bc4bd4ca60d (patch) | |
tree | af645750a56c5f4948f398ab6874f7d75080a048 /configure | |
parent | c7f894a84d60319b5939ab6e34e77bd1c5f3f64f (diff) | |
download | gcc-f4953d4034997ea762508ee84fee6bc4bd4ca60d.tar.gz |
2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
Fix include path for in-tree cloog.
* config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
* configure: Regenerate.
P.S: moved a few ChangeLog entries to gcc/ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index cf6457ad4a8..fd7c866991f 100755 --- a/configure +++ b/configure @@ -6109,7 +6109,7 @@ fi if test "x${clooginc}" = x && test "x${clooglibs}" = x \ && test -d ${srcdir}/cloog; then clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' ' - clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include ' + clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include' ENABLE_CLOOG_CHECK=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5 $as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;} |