mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (*:SolidBSD:*:*): New.
* config.sub (-solidbsd*): New. * testsuite/config-guess.data: Add test case. * testsuite/config-sub.data: Ditto.
This commit is contained in:
parent
dce614dd94
commit
0d2ca02bba
@ -1,3 +1,10 @@
|
|||||||
|
2006-01-02 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess (*:SolidBSD:*:*): New.
|
||||||
|
* config.sub (-solidbsd*): New.
|
||||||
|
* testsuite/config-guess.data: Add test case.
|
||||||
|
* testsuite/config-sub.data: Ditto.
|
||||||
|
|
||||||
2005-12-23 Ben Elliston <bje@gnu.org>
|
2005-12-23 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
From Takahashi Yoshihiro <nyan@jp.FreeBSD.org>:
|
From Takahashi Yoshihiro <nyan@jp.FreeBSD.org>:
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2005-12-23'
|
timestamp='2006-01-02'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -206,6 +206,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||||||
*:ekkoBSD:*:*)
|
*:ekkoBSD:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
*:SolidBSD:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
|
||||||
|
exit ;;
|
||||||
macppc:MirBSD:*:*)
|
macppc:MirBSD:*:*)
|
||||||
echo powerppc-unknown-mirbsd${UNAME_RELEASE}
|
echo powerppc-unknown-mirbsd${UNAME_RELEASE}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2005-12-23'
|
timestamp='2006-01-02'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -1199,7 +1199,8 @@ case $os in
|
|||||||
| -aos* \
|
| -aos* \
|
||||||
| -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* | -openbsd* \
|
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
||||||
|
| -openbsd* | -solidbsd* \
|
||||||
| -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* \
|
||||||
|
@ -17,3 +17,4 @@ ppc64 2.6.9-22 Linux ignored powerpc64-unknown-linux-gnu
|
|||||||
vax 2.6.15 Linux ignored vax-dec-linux-gnu
|
vax 2.6.15 Linux ignored vax-dec-linux-gnu
|
||||||
i586 ignored rdos ignored i586-pc-rdos
|
i586 ignored rdos ignored i586-pc-rdos
|
||||||
pc98 7.0 FreeBSD ignored i386-unknown-freebsd7.0
|
pc98 7.0 FreeBSD ignored i386-unknown-freebsd7.0
|
||||||
|
i586 1.0 SolidBSD ignored i586-unknown-solidbsd1.0
|
||||||
|
@ -80,3 +80,4 @@ i586-rdos i586-pc-rdos
|
|||||||
i386-linux-newlib i386-pc-linux-newlib
|
i386-linux-newlib i386-pc-linux-newlib
|
||||||
mb-elf mb-unknown-elf
|
mb-elf mb-unknown-elf
|
||||||
microblaze-elf microblaze-unknown-elf
|
microblaze-elf microblaze-unknown-elf
|
||||||
|
i386-solidbsd i386-pc-solidbsd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user