summaryrefslogtreecommitdiff
path: root/lang/gnat-gcc34/files/patch-gcc-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gnat-gcc34/files/patch-gcc-Makefile.in')
-rw-r--r--lang/gnat-gcc34/files/patch-gcc-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/gnat-gcc34/files/patch-gcc-Makefile.in b/lang/gnat-gcc34/files/patch-gcc-Makefile.in
deleted file mode 100644
index 675cb9b10580..000000000000
--- a/lang/gnat-gcc34/files/patch-gcc-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- gcc/Makefile.in.orig Wed Oct 25 18:03:23 2006
-+++ gcc/Makefile.in Wed Oct 25 18:05:34 2006
-@@ -710,7 +710,7 @@
- $(CFLAGS) $(INTERNAL_CFLAGS) $(COVERAGE_FLAGS) $(WARN_CFLAGS) $(XCFLAGS) @DEFS@
-
- # Likewise.
--ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
-+ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS)
-
- # Build and host support libraries. FORBUILD is either
- # .. or ../$(build_alias) depending on whether host != build.
-@@ -758,7 +758,7 @@
- -I$(srcdir)/../include @INCINTL@
-
- .c.o:
-- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
-+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $< $(OUTPUT_OPTION)
-
- #
- # Support for additional languages (other than C).