mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (*:Sortix:*:*): New.
* config.sub (-sortix*): New. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
029960efb7
commit
c4d5b5f44e
@ -1,3 +1,8 @@
|
||||
2015-08-20 Jonas 'Sortie' Termansen <sortie@maxsi.org>
|
||||
|
||||
* config.guess (*:Sortix:*:*): New.
|
||||
* config.sub (-sortix*): New.
|
||||
|
||||
2015-08-18 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* testsuite/config-sub.data: Sort.
|
||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -2,7 +2,7 @@
|
||||
# Attempt to guess a canonical system name.
|
||||
# Copyright 1992-2015 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2015-07-03'
|
||||
timestamp='2015-08-20'
|
||||
|
||||
# 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
|
||||
@ -249,6 +249,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
*:MirBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
|
||||
exit ;;
|
||||
*:Sortix:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-sortix
|
||||
exit ;;
|
||||
alpha:OSF1:*:*)
|
||||
case $UNAME_RELEASE in
|
||||
*4.0)
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2015 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2015-08-18'
|
||||
timestamp='2015-08-20'
|
||||
|
||||
# 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
|
||||
@ -1379,7 +1379,7 @@ case $os in
|
||||
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
|
||||
| -sym* | -kopensolaris* | -plan9* \
|
||||
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
|
||||
| -aos* | -aros* | -cloudabi* \
|
||||
| -aos* | -aros* | -cloudabi* | -sortix* \
|
||||
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
|
||||
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
|
||||
|
@ -80,3 +80,5 @@ x86_64 2.0.0(0.271/5/3) MSYS_NT-6.1 ignored ignored x86_64-pc-msys
|
||||
x86_64 2.6.32 Linux ignored ignored x86_64-pc-linux-gnu
|
||||
x86_64 2.6.32 VMkernel ignored ignored x86_64-unknown-esx
|
||||
xtensa 2.6.15 Linux ignored ignored xtensa-unknown-linux-gnu
|
||||
i386 1.0 Sortix ignored ignored i386-unknown-sortix
|
||||
x86_64 1.0 Sortix ignored ignored x86_64-unknown-sortix
|
||||
|
@ -102,6 +102,7 @@ i386-pc-sco5v6 i386-pc-sco5v6
|
||||
i386-pc-sco6 i386-pc-sco5v6
|
||||
i386-plan9 i386-pc-plan9
|
||||
i386-solidbsd i386-pc-solidbsd
|
||||
i386-sortix i386-pc-sortix
|
||||
i486-elf i486-pc-elf
|
||||
i586-auroraux5.0 i586-pc-auroraux5.0
|
||||
i586-auroraux i586-pc-auroraux
|
||||
@ -321,6 +322,7 @@ visium-elf visium-unknown-elf
|
||||
x86_64-cygwin x86_64-pc-cygwin
|
||||
x86_64-dicos x86_64-pc-dicos
|
||||
x86_64-ericsson-dicos x86_64-ericsson-dicos
|
||||
x86_64-sortix x86_64-pc-sortix
|
||||
xbox i686-pc-mingw32
|
||||
xc16x-elf xc16x-unknown-elf
|
||||
xc16x xc16x-unknown-none
|
||||
|
Loading…
x
Reference in New Issue
Block a user