From 6686d2dbf98d0f1a551b7ac029e51b0eb5511286 Mon Sep 17 00:00:00 2001 From: Riley Baird Date: Wed, 3 Feb 2016 21:58:35 +1100 Subject: [PATCH] * config.guess (*:LibertyBSD:*:*): New. * config.sub (-libertybsd*): Likewise. * testsuite/config-sub.data: Likewise. Signed-off-by: Ben Elliston --- ChangeLog | 6 ++++++ config.guess | 4 ++++ config.sub | 2 +- testsuite/config-sub.data | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8f4194b..612a5e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-02-03 Riley Baird + + * config.guess (*:LibertyBSD:*:*): New. + * config.sub (-libertybsd*): Likewise. + * testsuite/config-sub.data: Likewise. + 2016-01-01 Ben Elliston * config.guess: Update copyright years. diff --git a/config.guess b/config.guess index dcd5149..3d2c450 100755 --- a/config.guess +++ b/config.guess @@ -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 ;; diff --git a/config.sub b/config.sub index da6d1b6..6223dde 100755 --- a/config.sub +++ b/config.sub @@ -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* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 8eee271..250e929 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -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