mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 02:56:35 +12:00
2003-06-12 Bernard Giroud <bernard.giroud@creditlyonnais.ch>
* config.guess (Alpha*:OpenVMS:*:*): New entry.
This commit is contained in:
parent
49703c8caa
commit
4d19e12cda
@ -1,3 +1,7 @@
|
|||||||
|
2003-06-12 Bernard Giroud <bernard.giroud@creditlyonnais.ch>
|
||||||
|
|
||||||
|
* config.guess (Alpha*:OpenVMS:*:*): New entry.
|
||||||
|
|
||||||
2003-06-06 Ben Elliston <bje@wasabisystems.com>
|
2003-06-06 Ben Elliston <bje@wasabisystems.com>
|
||||||
|
|
||||||
* config.sub: Recognise pentium3 and pentium4. From Kelley Cook
|
* config.sub: Recognise pentium3 and pentium4. From Kelley Cook
|
||||||
|
5
config.guess
vendored
5
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 Free Software Foundation, Inc.
|
# 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
|
# 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
|
||||||
@ -283,6 +283,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||||||
# 1.2 uses "1.2" for uname -r.
|
# 1.2 uses "1.2" for uname -r.
|
||||||
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
|
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Alpha*:OpenVMS:*:*)
|
||||||
|
echo alpha-hp-vms
|
||||||
|
exit 0 ;;
|
||||||
Alpha\ *:Windows_NT*:*)
|
Alpha\ *:Windows_NT*:*)
|
||||||
# How do we know it's Interix rather than the generic POSIX subsystem?
|
# 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
|
# Should we change UNAME_MACHINE based on the output of uname instead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user