On Thu, Dec 4, 2014 at 2:04 PM, Tobias Burnus <tobias.bur...@physik.fu-berlin.de> wrote: > Nothing sets any more CLOOGLIBS and CLOOGINC - thus, we can > also remove it. > > The patch survived bootstrapping. OK?
Ok. Thanks, Richard. > Tobias > > > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > index 43405a0..98cff75 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)