2000-12-21 Ben Elliston <bje@redhat.com>

* config.guess: Detect HP-UX on IA-64 hosts.  From Jonathan
	Thackray <jon@thackray.org>.
This commit is contained in:
Ben Elliston 2000-12-20 23:48:36 +00:00
parent aa90e1cb97
commit 0d1d5cf37a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-12-21 Ben Elliston <bje@redhat.com>
* config.guess: Detect HP-UX on IA-64 hosts. From Jonathan
Thackray <jon@thackray.org>.
2000-12-20 Pavel Roskin <proski@gnu.org>
* config.sub: Handle mint with version number as recognized OS.

6
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
timestamp='2000-12-20'
timestamp='2000-12-21'
# 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
@ -599,6 +599,10 @@ EOF
esac
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
exit 0 ;;
ia64:HP-UX:*:*)
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
echo ia64-hp-hpux${HPUX_REV}
exit 0 ;;
3050*:HI-UX:*:*)
sed 's/^ //' << EOF >$dummy.c
#include <unistd.h>