diff options
Diffstat (limited to 'gnu/usr.bin/binutils/config.guess')
-rw-r--r-- | gnu/usr.bin/binutils/config.guess | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/config.guess b/gnu/usr.bin/binutils/config.guess index 81c31ec2697..d102288f3e8 100644 --- a/gnu/usr.bin/binutils/config.guess +++ b/gnu/usr.bin/binutils/config.guess @@ -65,7 +65,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo m68k-cbm-sysv4 exit 0;; arc:OpenBSD:*:*) - echo mips-arc-openbsd${UNAME_RELEASE} + echo mips-unknown-openbsd${UNAME_RELEASE} exit 0 ;; amiga:NetBSD:*:*) echo m68k-cbm-netbsd${UNAME_RELEASE} @@ -73,11 +73,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in amiga:OpenBSD:*:*) echo m68k-cbm-openbsd${UNAME_RELEASE} exit 0 ;; - arc:OpenBSD:*:*) - echo mips-arc-openbsd${UNAME_RELEASE} - exit 0 ;; pmax:OpenBSD:*:*) - echo mips-dec-openbsd${UNAME_RELEASE} + echo mips-unknown-openbsd${UNAME_RELEASE} exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} |