* config.guess (*:LibertyBSD:*:*): New.

* config.sub (-libertybsd*): Likewise.
	* testsuite/config-sub.data: Likewise.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Riley Baird 2016-02-03 21:58:35 +11:00 committed by Ben Elliston
parent 8f57293617
commit 6686d2dbf9
4 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2016-02-03 Riley Baird <riley@openmailbox.org>
* config.guess (*:LibertyBSD:*:*): New.
* config.sub (-libertybsd*): Likewise.
* testsuite/config-sub.data: Likewise.
2016-01-01 Ben Elliston <bje@gnu.org>
* config.guess: Update copyright years.

4
config.guess vendored
View File

@ -237,6 +237,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
exit ;;
*:LibertyBSD:*:*)
UNAME_MACHINE_ARCH=`arch | sed 's/LibertyBSD.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
exit ;;
*:ekkoBSD:*:*)
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
exit ;;

2
config.sub vendored
View File

@ -1382,7 +1382,7 @@ case $os in
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
| -bitrig* | -openbsd* | -solidbsd* \
| -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \

View File

@ -95,6 +95,7 @@ i386-linux-musl i386-pc-linux-musl
i386-linux-newlib i386-pc-linux-newlib
i386-mingw32 i386-pc-mingw32
i386-msys i386-pc-msys
i386-libertybsd i386-pc-libertybsd
i386-netbsd i386-pc-netbsd
i386-openbsd i386-pc-openbsd
i386-os2 i386-pc-os2