2001-08-09 Ben Elliston <bje@redhat.com>

* config.guess: Detect Alpha ev68 on OSF/1 and Linux.
	From Ken Whaley <ken@believe.com>.
This commit is contained in:
Ben Elliston 2001-08-09 10:17:15 +00:00
parent 9585ff1b3c
commit 275420ce39
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-08-09 Ben Elliston <bje@redhat.com>
* config.guess: Detect Alpha ev68 on OSF/1 and Linux.
From Ken Whaley <ken@believe.com>.
2001-08-04 Darrell Hamilton <Darrell_Hamilton@labcorp.com>
* config.guess: Unisys places the host id in ${UNAME_SYSTEM}

7
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-08-04'
timestamp='2001-08-09'
# 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
@ -227,6 +227,9 @@ EOF
2-307)
UNAME_MACHINE="alphaev67"
;;
2-1307)
UNAME_MACHINE="alphaev68"
;;
esac
fi
rm -f $dummy.s $dummy
@ -789,7 +792,7 @@ EOF
PCA57) UNAME_MACHINE=alphapca56 ;;
EV6) UNAME_MACHINE=alphaev6 ;;
EV67) UNAME_MACHINE=alphaev67 ;;
EV68*) UNAME_MACHINE=alphaev67 ;;
EV68*) UNAME_MACHINE=alphaev68 ;;
esac
objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi