mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2005-04-22 Paul Green <Paul.Green@stratus.com>
Ben Elliston <bje@gnu.org> * config.guess: Add Stratus VOS IA32 systems. * testsuite/config-guess.data: Add a testcase.
This commit is contained in:
parent
aa2a549f66
commit
a801e71043
@ -1,3 +1,9 @@
|
|||||||
|
2005-04-22 Paul Green <Paul.Green@stratus.com>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess: Add Stratus VOS IA32 systems.
|
||||||
|
* testsuite/config-guess.data: Add a testcase.
|
||||||
|
|
||||||
2005-04-22 Ben Elliston <bje@gnu.org>
|
2005-04-22 Ben Elliston <bje@gnu.org>
|
||||||
Bernd Schmidt <bernds_cb1@t-online.de>
|
Bernd Schmidt <bernds_cb1@t-online.de>
|
||||||
|
|
||||||
|
6
config.guess
vendored
6
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-03-24'
|
timestamp='2005-04-22'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1140,6 +1140,10 @@ EOF
|
|||||||
# From seanf@swdc.stratus.com.
|
# From seanf@swdc.stratus.com.
|
||||||
echo i860-stratus-sysv4
|
echo i860-stratus-sysv4
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
i*86:VOS:*:*)
|
||||||
|
# From Paul.Green@stratus.com.
|
||||||
|
echo ${UNAME_MACHINE}-stratus-vos
|
||||||
|
exit 0 ;;
|
||||||
*:VOS:*:*)
|
*:VOS:*:*)
|
||||||
# From Paul.Green@stratus.com.
|
# From Paul.Green@stratus.com.
|
||||||
echo hppa1.1-stratus-vos
|
echo hppa1.1-stratus-vos
|
||||||
|
@ -5,3 +5,4 @@ frv 2.4.24 Linux ignored frv-unknown-linux-gnu
|
|||||||
amd64 1.5.12(0.116/4/2) CYGWIN_NT-5.2 ignored x86_64-unknown-cygwin
|
amd64 1.5.12(0.116/4/2) CYGWIN_NT-5.2 ignored x86_64-unknown-cygwin
|
||||||
crayx1 2.5.20 UNICOS/mp ignored craynv-cray-unicosmp2.5.X
|
crayx1 2.5.20 UNICOS/mp ignored craynv-cray-unicosmp2.5.X
|
||||||
NSE-N 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0
|
NSE-N 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0
|
||||||
|
i386 ignored VOS ignored i386-stratus-vos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user