From: Alan Modra Date: Tue, 30 Jan 2001 02:18:32 +0000 (+0000) Subject: Handle hppa64-linux systems. X-Git-Tag: x86_64versiong3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8605a6eda740accd702480dea76c3876ba6d5f4f;p=thirdparty%2Fbinutils-gdb.git Handle hppa64-linux systems. --- diff --git a/ChangeLog b/ChangeLog index f600efde0fe..55fe9baf5c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Alan Modra + + * config.guess: Handle hppa64-linux systems. + 2001-01-24 Alexandre Oliva * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we diff --git a/config.guess b/config.guess index 4758b11fb81..ffb758fec97 100755 --- a/config.guess +++ b/config.guess @@ -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