From bacb15cb52bbb7ad7f7a52e07ea3f1c71d5c7b1e Mon Sep 17 00:00:00 2001 From: rguenth Date: Tue, 3 Jul 2012 09:44:53 +0000 Subject: 2012-07-03 Richard Guenther config/ * cloog.m4: Remove debugging print. * Makefile.def (cloog): Add V=1 to extra_make_flags. * configure.ac: If either the ISL or the CLooG check failed do not try to build in-tree versions. * Makefile.in: Regenerated. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189209 138bc75d-0d04-0410-961f-82ee72b054a4 --- config/ChangeLog | 4 ++++ config/cloog.m4 | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index aa4e0a3de82..3408a523cf2 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2012-07-03 Richard Guenther + + * cloog.m4: Remove debugging print. + 2012-07-03 Rainer Orth * isl.m4 (ISL_CHECK_VERSION): Add -lisl to LIBS, not LDFLAGS. diff --git a/config/cloog.m4 b/config/cloog.m4 index 603df6bcfaf..270cf8f8069 100644 --- a/config/cloog.m4 +++ b/config/cloog.m4 @@ -67,7 +67,6 @@ AC_DEFUN([CLOOG_INIT_FLAGS], dnl source, set up flags to use that. if test "x${clooginc}" == x && test "x${clooglibs}" == x \ && test -d ${srcdir}/cloog; then - echo FooBar clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' ' clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include ' fi -- cgit v1.2.1