* config.guess (*:Sortix:*:*): New.

* config.sub (-sortix*): New.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Jonas 'Sortie' Termansen
2015-08-20 13:55:56 +10:00
committed by Ben Elliston
parent 029960efb7
commit c4d5b5f44e
5 changed files with 15 additions and 3 deletions

5
config.guess vendored
View File

@ -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)