diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-08 17:28:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-08 17:28:14 +0000 |
commit | 9d17d5d3ee5f7ab22be5b30ee82b5c7eb264cca9 (patch) | |
tree | f9ec06785808847aef078be9b6fbe13b7bd9ddfd /lang/pgcc/files/patch-aj | |
parent | Add ruby16-shim-ruby18, version 1.7.2.2002.05.21. (diff) |
This was still at the GCC 2.95.2 level. GCC 3.1 has really subsumed
the optimization work the PGCC group did based on the closed development
GCC versions.
Notes
Notes:
svn path=/head/; revision=60868
Diffstat (limited to '')
-rw-r--r-- | lang/pgcc/files/patch-aj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/pgcc/files/patch-aj b/lang/pgcc/files/patch-aj deleted file mode 100644 index 4666dfa4e86f..000000000000 --- a/lang/pgcc/files/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ ---- config.guess.orig Sun May 30 09:04:33 1999 -+++ config.guess Mon Jun 21 00:55:29 1999 -@@ -521,9 +521,9 @@ - exit 0 ;; - *:FreeBSD:*:*) - if test -x /usr/bin/objformat -a "elf" = "`/usr/bin/objformat`"; then -- echo ${UNAME_MACHINE}-unknown-freebsdelf -+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` - else -- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` -+ echo ${UNAME_MACHINE}-unknown-freebsdaout`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` - fi - exit 0 ;; - *:NetBSD:*:*) |