diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-14 14:08:09 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-14 14:08:09 +0000 |
commit | 6409c17a0bc12705b5c1b7f4c167c3f7c79fd607 (patch) | |
tree | 0183dbaf65f305c241599dadcd875260a89fcb6d /config.guess | |
parent | 3272db82faf87eb82c5b56586dffb5b4b675501d (diff) | |
download | gcc-6409c17a0bc12705b5c1b7f4c167c3f7c79fd607.tar.gz |
2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
* config.guess: Update to 2003-06-12 version.
* config.sub: Update to 2003-06-13 version.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67942 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 04c91cc5de3..fa58459974e 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2003-06-06' +timestamp='2003-06-12' # 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 @@ -283,6 +283,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; + Alpha*:OpenVMS:*:*) + echo alpha-hp-vms + exit 0 ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead |