forked from Imagelibrary/binutils-gdb
* config.guess: Recognize i[34]86-unknown-freebsd.
This commit is contained in:
3
config.guess
vendored
3
config.guess
vendored
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user