OSDN Git Service

Convert arm32:NetBSD to normal arm canonicalization.
authorerich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jul 1997 14:45:30 +0000 (14:45 +0000)
committererich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Jul 1997 14:45:30 +0000 (14:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14451 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config.guess

index 9cf6240..da43588 100755 (executable)
@@ -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;;