Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2001-01-30 05:17:40 +0300
committerAlan Modra <modra@gmail.com>2001-01-30 05:17:40 +0300
commitf1f21b9ea2ff10bd20f2aed2d81de2585a14781f (patch)
tree6a7b5f612b7fe1d365e0d99db6e7beada33bfb05
parent747e88d3f6c0a4007dd32b315700246d21e21ecb (diff)
Handle hppa64-linux systems.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.guess2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0350b6cc2..c1a724899 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/config.guess b/config.guess
index 4758b11fb..ffb758fec 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