Convert arm32:NetBSD to normal arm canonicalization.

From-SVN: r14451
This commit is contained in:
Richard Earnshaw 1997-07-16 14:45:30 +00:00
parent df224fddda
commit e4188dbe66
1 changed files with 3 additions and 0 deletions

3
gcc/config.guess vendored
View File

@ -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;;