summaryrefslogtreecommitdiff
path: root/lang/squeak3/files/patch-aa
blob: c4dba9fb21bdb2330c13503be74bfc33ca75c819 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- conf/config.guess.orig	Mon Mar  6 11:52:02 2000
+++ conf/config.guess	Mon Mar  6 11:52:24 2000
@@ -477,11 +477,7 @@
 	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
 	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/[-(].*//'`
-	fi
+	echo freebsd
 	exit 0 ;;
     *:NetBSD:*:*)
 	echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`