diff options
| -rwxr-xr-x | config.guess | 3 |
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 | |||
| 91 | arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) | 91 | arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) |
| 92 | echo arm-acorn-riscix${UNAME_RELEASE} | 92 | echo arm-acorn-riscix${UNAME_RELEASE} |
| 93 | exit 0;; | 93 | exit 0;; |
| 94 | arm32:NetBSD:*:*) | ||
| 95 | echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` | ||
| 96 | exit 0 ;; | ||
| 94 | SR2?01:HI-UX/MPP:*:*) | 97 | SR2?01:HI-UX/MPP:*:*) |
| 95 | echo hppa1.1-hitachi-hiuxmpp | 98 | echo hppa1.1-hitachi-hiuxmpp |
| 96 | exit 0;; | 99 | exit 0;; |