summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-aj
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-11-30 11:39:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-11-30 11:39:26 +0000
commitb3a3e327ec35fa4a4f68fdee430c1756ddfe5ba0 (patch)
treee7f6814cd55c1325b119d187488949134d445431 /lang/egcs/files/patch-aj
parentUpdated editors/xemacs-wp-packages 1.1 -> 1.2. Following xemacs' packages have (diff)
This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295. GCC 2.95.2 does not work for some people's code. GCC 3.0 will be even worse. So it looks like we'll have to keep a port for each version of GCC we've ever used.
Notes
Notes: svn path=/head/; revision=35534
Diffstat (limited to 'lang/egcs/files/patch-aj')
-rw-r--r--lang/egcs/files/patch-aj20
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/egcs/files/patch-aj b/lang/egcs/files/patch-aj
index 4666dfa4e86f..035627fc0908 100644
--- a/lang/egcs/files/patch-aj
+++ b/lang/egcs/files/patch-aj
@@ -1,14 +1,14 @@
---- config.guess.orig Sun May 30 09:04:33 1999
-+++ config.guess Mon Jun 21 00:55:29 1999
-@@ -521,9 +521,9 @@
+--- config.guess.orig Mon Mar 1 14:37:59 1999
++++ config.guess Sat Mar 13 19:28:44 1999
+@@ -478,9 +478,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
+ if test -x /usr/bin/objformat -a "elf" = "`/usr/bin/objformat`"; then
+- echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+- else
+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
++ else
++ echo ${UNAME_MACHINE}-unknown-freebsdaout`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+ fi
exit 0 ;;
*:NetBSD:*:*)