summaryrefslogtreecommitdiff
path: root/lang/gcc31/files/patch-fb
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-07-31 13:34:35 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-07-31 13:34:35 +0000
commit2fb932b3b45d03474b2368e8ef035fd833ef977e (patch)
tree7114d52aab318fdf9d716b8068f918b912156ff1 /lang/gcc31/files/patch-fb
parentUpdate to 0.10.5. (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-fb')
-rw-r--r--lang/gcc31/files/patch-fb13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc31/files/patch-fb b/lang/gcc31/files/patch-fb
deleted file mode 100644
index dae6d331898c..000000000000
--- a/lang/gcc31/files/patch-fb
+++ /dev/null
@@ -1,13 +0,0 @@
---- gcc/flags.h.orig Sun Jan 31 09:46:18 1999
-+++ gcc/flags.h Tue Mar 30 13:17:11 1999
-@@ -137,6 +137,10 @@
-
- extern int warn_aggregate_return;
-
-+/* Nonzero means that -Wformat accepts certain non-ANSI formats. */
-+
-+extern int flag_format_extensions;
-+
- /* Nonzero if generating code to do profiling. */
-
- extern int profile_flag;