diff options
-rw-r--r-- | gnu/usr.bin/lynx/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/lynx/config.guess b/gnu/usr.bin/lynx/config.guess index 4ce41c3ff33..815aa848eb3 100644 --- a/gnu/usr.bin/lynx/config.guess +++ b/gnu/usr.bin/lynx/config.guess @@ -178,6 +178,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 ;; |