head	1.5;
access;
symbols
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	gcc_2_95_3:1.4
	gcc_2_95_3_test1:1.4
	gcc_2_95_2_inital:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	gcc_2_95_2:1.4
	RELEASE_3_3_0:1.4
	gcc_2_95_1:1.4
	gcc_2_95:1.4
	RELEASE_3_2_0:1.3
	egcs_1_1_2:1.3
	RELEASE_3_1_0:1.2
	egcs_1_1_1:1.1;
locks; strict;
comment	@# @;


1.5
date	2009.11.21.22.00.18;	author gerald;	state dead;
branches;
next	1.4;

1.4
date	99.08.05.16.06.00;	author obrien;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.5
log
@Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year.  Recommend lang/gcc44 instead.

Approved by:	maintainer
@
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.4
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@@


1.3
log
@Upgrade to 1.1.2 release.
@
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.2
log
@GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and
"i386-unknown-freebsdaout" for an a.out machine.
@
text
@d1 3
a3 4
--- 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}
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-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
d12 1
a12 1
+	fi
a14 1
 	echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
@


1.1
log
@Fix configure scripts to it correctly detects an ELF system w/o having to
be forced.

Submitted by:	Niall Smart <nialls@@euristix.ie>  (w/changes by me)
@
text
@d2 1
a2 1
+++ config.guess	Thu Dec  3 20:56:57 1998
d9 1
a9 1
+		echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
d11 1
a11 1
+		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
@

