2001-01-31 Ben Elliston <bje@redhat.com>

* config.guess: Handle hppa64-linux systems. From Alan Modra
	<alan@linuxcare.com.au>.
This commit is contained in:
Ben Elliston
2001-01-31 02:20:11 +00:00
parent 6191b6e137
commit 5d329579e6
2 changed files with 7 additions and 0 deletions

2
config.guess vendored
View File

@ -929,6 +929,8 @@ EOF
echo s390-ibm-linux && exit 0
elif test "${UNAME_MACHINE}" = "x86_64"; then
echo x86_64-unknown-linux-gnu && exit 0
elif test "${UNAME_MACHINE}" = "parisc64" -o "${UNAME_MACHINE}" = "hppa64"; then
echo hppa64-unknown-linux-gnu && exit 0
elif test "${UNAME_MACHINE}" = "parisc" -o "${UNAME_MACHINE}" = "hppa"; then
# Look for CPU level
case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in