mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* config.guess: Recognize i[34]86-unknown-freebsd.
This commit is contained in:
@ -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)
|
Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
* configure.in (noconfigdirs for alpha): Remove libg++ and libio.
|
* configure.in (noconfigdirs for alpha): Remove libg++ and libio.
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -183,6 +183,9 @@ EOF
|
|||||||
hp3[0-9][05]:NetBSD:*:*)
|
hp3[0-9][05]:NetBSD:*:*)
|
||||||
echo m68k-hp-netbsd${UNAME_RELEASE}
|
echo m68k-hp-netbsd${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
i[34]86:FreeBSD:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-unknown-freebsd${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
i[34]86:NetBSD:*:*)
|
i[34]86:NetBSD:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-netbsd${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-unknown-netbsd${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Reference in New Issue
Block a user