summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-aj
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-03-17 00:40:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-03-17 00:40:26 +0000
commitb4f4cda51d6a9f1b773fd039f0425fea41d23c3b (patch)
tree1ad42beaf5e27e3703040d06e9eb75da47ea729d /lang/egcs/files/patch-aj
parentNew port py-gnome created from repository copy of py-gtk. (diff)
Upgrade to 1.1.2 release.
Notes
Notes: svn path=/head/; revision=17256
Diffstat (limited to 'lang/egcs/files/patch-aj')
-rw-r--r--lang/egcs/files/patch-aj17
1 files changed, 8 insertions, 9 deletions
diff --git a/lang/egcs/files/patch-aj b/lang/egcs/files/patch-aj
index cf2236003f39..035627fc0908 100644
--- a/lang/egcs/files/patch-aj
+++ b/lang/egcs/files/patch-aj
@@ -1,15 +1,14 @@
---- config.guess.orig Fri Oct 23 14:26:33 1998
-+++ config.guess Mon Feb 8 12:13:06 1999
-@@ -474,7 +474,11 @@
- echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
+--- 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:*:*)
-- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-+ if test -x /usr/bin/objformat -a "elf" = "`/usr/bin/objformat`"; then
-+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+ 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
+ fi
exit 0 ;;
*:NetBSD:*:*)
- echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`