diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-21 07:48:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-21 07:48:59 +0000 |
commit | ccfd6f92ac62e6ffaff84a5a6abcfbf156690ea8 (patch) | |
tree | 73244cc53c5b2e08cad040e7ace0d625242cd5c6 /lang/gcc44/files/patch-va | |
parent | Update from 2.0 to 2.2 (diff) |
I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering. This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.
Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
Notes
Notes:
svn path=/head/; revision=18045
Diffstat (limited to 'lang/gcc44/files/patch-va')
-rw-r--r-- | lang/gcc44/files/patch-va | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/gcc44/files/patch-va b/lang/gcc44/files/patch-va new file mode 100644 index 000000000000..48040ffa6e96 --- /dev/null +++ b/lang/gcc44/files/patch-va @@ -0,0 +1,20 @@ +--- gcc/Makefile.in.orig Thu Feb 25 12:40:16 1999 ++++ gcc/Makefile.in Mon Mar 1 04:36:40 1999 +@@ -793,7 +793,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 +@@ -806,7 +806,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 |