From: Tobias Burnus Date: Thu, 4 Dec 2014 18:18:21 +0000 (+0100) Subject: Makefile.in: Remove CLOOGLIB and CLOOGINC. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d348be26b9d5c668e37459f65ab88ece7d2db2d6;p=gcc.git Makefile.in: Remove CLOOGLIB and CLOOGINC. 2014-12-04 Tobias Burnus * Makefile.in: Remove CLOOGLIB and CLOOGINC. From-SVN: r218389 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f937c44f30d..056ced259cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-12-04 Tobias Burnus + + * Makefile.in: Remove CLOOGLIB and CLOOGINC. + 2014-12-04 Richard Biener * doc/match-and-simplify.texi: Update for recent changes. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 43405a0c3be..98cff75c31e 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1006,7 +1006,7 @@ BUILD_LIBDEPS= $(BUILD_LIBIBERTY) # and the system's installed libraries. LIBS = @LIBS@ libcommon.a $(CPPLIB) $(LIBINTL) $(LIBICONV) $(LIBBACKTRACE) \ $(LIBIBERTY) $(LIBDECNUMBER) $(HOST_LIBS) -BACKENDLIBS = $(CLOOGLIBS) $(ISLLIBS) $(GMPLIBS) $(PLUGINLIBS) $(HOST_LIBS) \ +BACKENDLIBS = $(ISLLIBS) $(GMPLIBS) $(PLUGINLIBS) $(HOST_LIBS) \ $(ZLIB) # Any system libraries needed just for GNAT. SYSLIBS = @GNAT_LIBEXC@ @@ -1038,7 +1038,7 @@ BUILD_ERRORS = build/errors.o INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \ -I$(srcdir)/../include @INCINTL@ \ $(CPPINC) $(GMPINC) $(DECNUMINC) $(BACKTRACEINC) \ - $(CLOOGINC) $(ISLINC) + $(ISLINC) COMPILE.base = $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) -o $@ ifeq ($(CXXDEPMODE),depmode=gcc3)