summaryrefslogtreecommitdiff
path: root/lang/egcs/files/patch-aj
blob: 4666dfa4e86f25a6eae743792f1c84982ad74b21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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:*:*)