* config.guess: Detect Stratus VOS operating system.
	* config.sub: Handle aliases for such.
This commit is contained in:
Ben Elliston
2001-07-31 04:48:45 +00:00
parent 7e1c61f040
commit bbf83f3b6c
3 changed files with 16 additions and 3 deletions

6
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-07-30'
timestamp='2001-07-31'
# 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
@ -1009,6 +1009,10 @@ EOF
# From seanf@swdc.stratus.com.
echo i860-stratus-sysv4
exit 0 ;;
*:VOS:*:*)
# From Paul.Green@stratus.com.
echo hppa1.1-stratus-vos
exit 0 ;;
mc68*:A/UX:*:*)
echo m68k-apple-aux${UNAME_RELEASE}
exit 0 ;;