diff options
Diffstat (limited to 'gnu/lib/libreadline/support/config.guess')
-rw-r--r-- | gnu/lib/libreadline/support/config.guess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libreadline/support/config.guess b/gnu/lib/libreadline/support/config.guess index 401fa05c9f3..d2d9346fba5 100644 --- a/gnu/lib/libreadline/support/config.guess +++ b/gnu/lib/libreadline/support/config.guess @@ -237,6 +237,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + cats:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -273,6 +276,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + zaurus:OpenBSD:*:*) + echo arm-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} exit 0 ;; |