summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-va
diff options
context:
space:
mode:
Diffstat (limited to 'lang/egcs/files/patch-va')
-rw-r--r--lang/egcs/files/patch-va30
1 files changed, 0 insertions, 30 deletions
diff --git a/lang/egcs/files/patch-va b/lang/egcs/files/patch-va
deleted file mode 100644
index c4d5b315bb30..000000000000
--- a/lang/egcs/files/patch-va
+++ /dev/null
@@ -1,30 +0,0 @@
---- gcc/Makefile.in.orig Sun Mar 7 16:22:20 1999
-+++ gcc/Makefile.in Sun Nov 24 23:51:04 2002
-@@ -768,7 +768,7 @@
- rm -f config.run
-
- $(srcdir)/configure: $(srcdir)/configure.in
-- cd $(srcdir); autoconf
-+ cd $(srcdir); echo "wants to run autoconf"
-
- # cstamp-h.in controls rebuilding of config.in.
- # It is named cstamp-h.in and not stamp-h.in so the mostlyclean rule doesn't
-@@ -781,7 +781,7 @@
- # ??? Newer versions have a maintainer mode that may be useful here.
- $(srcdir)/config.in: $(srcdir)/cstamp-h.in
- $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-- cd $(srcdir) && autoheader
-+ cd $(srcdir) && echo "want to run autoheader"
- @rm -f $(srcdir)/cstamp-h.in
- echo timestamp > $(srcdir)/cstamp-h.in
- auto-host.h: cstamp-h ; @true
-@@ -1914,7 +1914,8 @@
- SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES) \
- stmp-int-hdrs
- -rm -f SYSCALLS.c tmp-SYSCALLS.s
-- cat $(srcdir)/sys-types.h $(srcdir)/sys-protos.h > SYSCALLS.c
-+ echo "#define __NO_GNUC_VA_LIST 1" > SYSCALLS.c
-+ cat $(srcdir)/sys-types.h $(srcdir)/sys-protos.h >> SYSCALLS.c
- $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
- -aux-info $@ -S -o tmp-SYSCALLS.s SYSCALLS.c
- -rm -f SYSCALLS.c tmp-SYSCALLS.s