* config.guess: Recognize i[34]86-unknown-freebsd.

This commit is contained in:
Per Bothner
1994-03-11 20:58:16 +00:00
parent 8e4c7b3e25
commit 545f07da90
2 changed files with 7 additions and 0 deletions

3
config.guess vendored
View File

@@ -183,6 +183,9 @@ EOF
hp3[0-9][05]:NetBSD:*:*)
echo m68k-hp-netbsd${UNAME_RELEASE}
exit 0 ;;
i[34]86:FreeBSD:*:*)
echo ${UNAME_MACHINE}-unknown-freebsd${UNAME_RELEASE}
exit 0 ;;
i[34]86:NetBSD:*:*)
echo ${UNAME_MACHINE}-unknown-netbsd${UNAME_RELEASE}
exit 0 ;;