* 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

View file

@ -1,3 +1,7 @@
Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
* config.guess: Recognize i[34]86-unknown-freebsd.
Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
* configure.in (noconfigdirs for alpha): Remove libg++ and libio.

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 ;;