summaryrefslogtreecommitdiff
path: root/lang/gcc31/files/patch-ar
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-ar
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.
Diffstat (limited to 'lang/gcc31/files/patch-ar')
-rw-r--r--lang/gcc31/files/patch-ar14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/gcc31/files/patch-ar b/lang/gcc31/files/patch-ar
deleted file mode 100644
index ebfbb7a6718f..000000000000
--- a/lang/gcc31/files/patch-ar
+++ /dev/null
@@ -1,14 +0,0 @@
---- gcc/config/freebsd-spec.h.orig Tue Nov 20 18:06:45 2001
-+++ gcc/config/freebsd-spec.h Sat Feb 2 13:37:38 2002
-@@ -79,7 +82,10 @@
- #define FBSD_CPP_SPEC " \
- %(cpp_cpu) \
- %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} \
-- %{posix:-D_POSIX_SOURCE}"
-+ %{posix:-D_POSIX_SOURCE} \
-+ %{!maout: -D__ELF__} \
-+ %{munderscores: -D__UNDERSCORES__} \
-+ %{maout: %{!mno-underscores: -D__UNDERSCORES__}}"
-
- /* Provide a STARTFILE_SPEC appropriate for FreeBSD. Here we add
- the magical crtbegin.o file (see crtstuff.c) which provides part