From 9d17d5d3ee5f7ab22be5b30ee82b5c7eb264cca9 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 8 Jun 2002 17:28:14 +0000 Subject: 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. --- lang/pgcc/files/patch-aj | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lang/pgcc/files/patch-aj (limited to 'lang/pgcc/files/patch-aj') 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:*:*) -- cgit v1.2.3