diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-28 15:32:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-28 15:32:56 +0000 |
commit | 572028fa7e0d679b537c66f10d44fa8bb94bde50 (patch) | |
tree | da077ab11bc98388d43d4c751c46d1125f0f6d55 /scripts/config.guess | |
parent | d14df06cfe531bd56360c84fd1e33a27cfa6c187 (diff) | |
download | glibc-572028fa7e0d679b537c66f10d44fa8bb94bde50.tar glibc-572028fa7e0d679b537c66f10d44fa8bb94bde50.tar.gz glibc-572028fa7e0d679b537c66f10d44fa8bb94bde50.tar.bz2 glibc-572028fa7e0d679b537c66f10d44fa8bb94bde50.zip |
* scripts/config.guess: Update from upstream.
* scripts/config.sub: Likewise.
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-x | scripts/config.guess | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/config.guess b/scripts/config.guess index 9c292ea45b..45bee13987 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 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 # under the terms of the GNU General Public License as published by @@ -1140,6 +1140,10 @@ EOF # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos |