aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.guess
diff options
context:
space:
mode:
authorRichard Earnshaw <erich@gnu.org>1997-07-16 14:45:30 +0000
committerRichard Earnshaw <erich@gnu.org>1997-07-16 14:45:30 +0000
commite4188dbe664e9a75db0e7dfd2493ce8d6dc07802 (patch)
tree99241b7601329825773d5fb32ca50cc74ecc53ba /gcc/config.guess
parentdf224fddda00fc3a9d3e1b3ec52106e2132e8e92 (diff)
downloadgcc-e4188dbe664e9a75db0e7dfd2493ce8d6dc07802.zip
gcc-e4188dbe664e9a75db0e7dfd2493ce8d6dc07802.tar.gz
gcc-e4188dbe664e9a75db0e7dfd2493ce8d6dc07802.tar.bz2
Convert arm32:NetBSD to normal arm canonicalization.
From-SVN: r14451
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-xgcc/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index 9cf6240..da43588 100755
--- a/gcc/config.guess
+++ b/gcc/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;;