mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (*:Bitrig:*:*): New.
* config.sub (-bitrig*): Likewise. * testsuite/config-sub.data: Add a test case. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
30d03f3d11
commit
fc7ed3ed8f
@ -1,3 +1,9 @@
|
||||
2012-06-17 David Hill <dhill@mindcry.org>
|
||||
|
||||
* config.guess (*:Bitrig:*:*): New.
|
||||
* config.sub (-bitrig*): Likewise.
|
||||
* testsuite/config-sub.data: Add a test case.
|
||||
|
||||
2012-06-10 Dmitriy Fedchenko <xfedch@gmail.com>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
|
6
config.guess
vendored
6
config.guess
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
||||
# 2011, 2012 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2012-06-10'
|
||||
timestamp='2012-06-17'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -200,6 +200,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
|
||||
echo "${machine}-${os}${release}"
|
||||
exit ;;
|
||||
*:Bitrig:*:*)
|
||||
UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
|
||||
echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
|
||||
exit ;;
|
||||
*:OpenBSD:*:*)
|
||||
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
|
||||
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
|
||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -1352,7 +1352,7 @@ case $os in
|
||||
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
||||
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
||||
| -openbsd* | -solidbsd* \
|
||||
| -bitrig* | -openbsd* | -solidbsd* \
|
||||
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
|
||||
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
|
||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
|
||||
|
@ -55,6 +55,7 @@ frv-linux frv-unknown-linux-gnu
|
||||
hexagon-linux hexagon-unknown-linux-gnu
|
||||
hexagon hexagon-unknown-elf
|
||||
i386-aros i386-pc-aros
|
||||
i386-bitrig i386-pc-bitrig
|
||||
i386-drops1.0 i386-pc-drops1.0
|
||||
i386-elf i386-pc-elf
|
||||
i386-es i386-pc-es
|
||||
|
Loading…
x
Reference in New Issue
Block a user