head	1.4;
access;
symbols
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	pgcc_2_95_1:1.3
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2002.06.08.17.28.14;	author obrien;	state dead;
branches;
next	1.3;

1.3
date	99.09.08.10.41.56;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.05.24.17.12.59;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	98.12.13.09.40.49;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.4
log
@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.
@
text
@--- 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:*:*)
@


1.3
log
@Upgrade to version 2.95.1.
@
text
@@


1.2
log
@Upgrade to version 1.1.3, and sync with changes to the egcs port.
@
text
@d1 3
a3 3
--- config.guess.orig	Mon Mar  1 14:37:59 1999
+++ config.guess	Sat Mar 13 19:28:44 1999
@@@@ -478,9 +478,9 @@@@
d6 7
a12 7
 	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
@


1.1
log
@PGCC, the Pentium optimizing version of GCC is back.....
It is now based on EGCS.
@
text
@d1 3
a3 4
--- config.guess.orig	Fri Oct 23 14:26:33 1998
+++ config.guess	Thu Dec  3 20:56:57 1998
@@@@ -474,7 +474,11 @@@@
 	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
d6 4
a9 3
-	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/[-(].*//'`
d11 2
a12 2
+		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+	fi
a14 1
 	echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
@

