diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-07-31 13:34:35 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-07-31 13:34:35 +0000 |
commit | 2fb932b3b45d03474b2368e8ef035fd833ef977e (patch) | |
tree | 7114d52aab318fdf9d716b8068f918b912156ff1 /lang/gcc31/files/patch-va | |
parent | 9f9005bc1bbdef15d4617baff3bd895468f1b814 (diff) |
Remove the lang/gcc31 port. It fails to build on several architectures
(even ones it is supposed to work on, cf. pointyhat), it fails to build
on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single
ABI changes and many bug fixes.
It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these
are still actively maintained upstream and support FreeBSD 7, for example.
Notes
Notes:
svn path=/head/; revision=140557
Diffstat (limited to 'lang/gcc31/files/patch-va')
-rw-r--r-- | lang/gcc31/files/patch-va | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/gcc31/files/patch-va b/lang/gcc31/files/patch-va deleted file mode 100644 index b45675470a88..000000000000 --- a/lang/gcc31/files/patch-va +++ /dev/null @@ -1,14 +0,0 @@ ---- gcc/Makefile.in.orig Thu May 23 10:57:21 2002 -+++ gcc/Makefile.in Mon Sep 9 01:03:47 2002 -@@ -157,4 +157 @@ --USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \ -- $(srcdir)/ginclude/varargs.h \ -- $(srcdir)/ginclude/stdbool.h $(srcdir)/ginclude/iso646.h \ -- $(EXTRA_HEADERS) -+USER_H = $(EXTRA_HEADERS) -@@ -859 +856 @@ -- (cd $(srcdir) && autoconf) -+ (cd $(srcdir) && echo "wants to run autoconf, blah") -@@ -881 +878 @@ --@MAINT@ (cd $(srcdir) && autoheader) -+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah") |