summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Stefan Boleyn <erich@uruk.org>1997-07-16 14:45:30 +0000
committerErich Stefan Boleyn <erich@uruk.org>1997-07-16 14:45:30 +0000
commitd326e80b9d6b84e7eb6d287fd2cb61ba21251985 (patch)
tree8e0247ff810626a11643d7730e5acf4957f731c5
parentb31c6e69609912ae82ac3f5b1b1cce19c48658f5 (diff)
downloademacs-d326e80b9d6b84e7eb6d287fd2cb61ba21251985.tar.gz
Convert arm32:NetBSD to normal arm canonicalization.libc-970720libc-970719libc-970718libc-970717
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 9cf6240ff0e..da4358892ba 100755
--- a/config.guess
+++ b/config.guess
@@ -91,6 +91,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
+ arm32:NetBSD:*:*)
+ echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ exit 0 ;;
SR2?01:HI-UX/MPP:*:*)
echo hppa1.1-hitachi-hiuxmpp
exit 0;;