mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* 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:
parent
8f57293617
commit
6686d2dbf9
@ -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>
|
2016-01-01 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.guess: Update copyright years.
|
* config.guess: Update copyright years.
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -237,6 +237,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||||||
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
|
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
|
||||||
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
|
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
*:LibertyBSD:*:*)
|
||||||
|
UNAME_MACHINE_ARCH=`arch | sed 's/LibertyBSD.//'`
|
||||||
|
echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
|
||||||
|
exit ;;
|
||||||
*:ekkoBSD:*:*)
|
*:ekkoBSD:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -1382,7 +1382,7 @@ case $os in
|
|||||||
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
||||||
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||||
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
||||||
| -bitrig* | -openbsd* | -solidbsd* \
|
| -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \
|
||||||
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
|
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
|
||||||
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
||||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
||||||
|
@ -95,6 +95,7 @@ i386-linux-musl i386-pc-linux-musl
|
|||||||
i386-linux-newlib i386-pc-linux-newlib
|
i386-linux-newlib i386-pc-linux-newlib
|
||||||
i386-mingw32 i386-pc-mingw32
|
i386-mingw32 i386-pc-mingw32
|
||||||
i386-msys i386-pc-msys
|
i386-msys i386-pc-msys
|
||||||
|
i386-libertybsd i386-pc-libertybsd
|
||||||
i386-netbsd i386-pc-netbsd
|
i386-netbsd i386-pc-netbsd
|
||||||
i386-openbsd i386-pc-openbsd
|
i386-openbsd i386-pc-openbsd
|
||||||
i386-os2 i386-pc-os2
|
i386-os2 i386-pc-os2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user