Handle hppa64-linux systems.

This commit is contained in:
Alan Modra 2001-01-30 02:17:40 +00:00
parent 747e88d3f6
commit f1f21b9ea2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-01-30 Alan Modra <alan@linuxcare.com.au>
* config.guess: Handle hppa64-linux systems.
2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):

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