freebsd-ports/lang/gcc/files/patch-va
David E. O'Brien 52693c37bd Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
2000-11-28 18:55:06 +00:00

20 lines
732 B
Text

--- gcc/Makefile.in.orig Sat Nov 18 16:30:05 2000
+++ gcc/Makefile.in Mon Nov 27 02:29:50 2000
@@ -863,7 +863,7 @@
rm -f config.run
$(srcdir)/configure: $(srcdir)/configure.in
- (cd $(srcdir) && autoconf)
+ (cd $(srcdir) && echo "wants to run autoconf")
gccbug: $(srcdir)/gccbug.in
CONFIG_FILES=gccbug CONFIG_HEADERS= ./config.status
@@ -882,7 +882,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 "wants to run autoheader")
@rm -f $(srcdir)/cstamp-h.in
echo timestamp > $(srcdir)/cstamp-h.in
auto-host.h: cstamp-h ; @true