diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:04:54 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:04:54 +0000 |
commit | 46c930c0bb76dbb8c45bb4c7d2d0c55b5a91b3a1 (patch) | |
tree | 7e1da873624bfcd31212382bbd39625566d9a322 /gnu/usr.bin/lynx/config.guess | |
parent | aaae2aaeaadc21520e2e33ac44046d203acd69be (diff) |
add pegasos to config.guess matches
Diffstat (limited to 'gnu/usr.bin/lynx/config.guess')
-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 db494f80643..6b40ecdb4a4 100644 --- a/gnu/usr.bin/lynx/config.guess +++ b/gnu/usr.bin/lynx/config.guess @@ -196,6 +196,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + pegasos:OpenBSD:*:*) + echo powerpc-unknown-openbsd${UNAME_RELEASE} + exit 0 ;; pmax:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; |