diff mbox

Nuke CLOOGLIBS from trunk's gcc/Makefile.in

Message ID 20141204130400.GC8426@physik.fu-berlin.de
State New
Headers show

Commit Message

Tobias Burnus Dec. 4, 2014, 1:04 p.m. UTC
Nothing sets any more CLOOGLIBS and CLOOGINC - thus, we can
also remove it.

The patch survived bootstrapping.  OK?

Tobias

Comments

Richard Biener Dec. 4, 2014, 1:35 p.m. UTC | #1
On Thu, Dec 4, 2014 at 2:04 PM, Tobias Burnus
<tobias.burnus@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)
diff mbox

Patch

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)