summaryrefslogtreecommitdiffstats
path: root/lang/pgcc/files/patch-aj
blob: 035627fc0908fa3e31d74359f52b5a3756c69f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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_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:*:*)
OpenPOWER on IntegriCloud