aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-23 19:15:16 +0000
committeredlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-23 19:15:16 +0000
commitf4953d4034997ea762508ee84fee6bc4bd4ca60d (patch)
treeaf645750a56c5f4948f398ab6874f7d75080a048 /config
parentc7f894a84d60319b5939ab6e34e77bd1c5f3f64f (diff)
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 'config')
-rw-r--r--config/cloog.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloog.m4 b/config/cloog.m4
index 670cd652fcb..d67465c3f22 100644
--- a/config/cloog.m4
+++ b/config/cloog.m4
@@ -63,7 +63,7 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
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
AC_MSG_WARN([using in-tree CLooG, disabling version check])
fi