mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +12:00
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:
parent
9585ff1b3c
commit
275420ce39
@ -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
7
config.guess
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user