summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-04 21:06:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-04 21:06:05 +0000
commit8c245f80c6368601dfb6f3c3e285555f6371be9a (patch)
treea04e3e4445d2a39bcd8846f9c353bc069a4660a5 /gnu/lib
parent9b432fae1392142aba999fa2ec6af9fc6e12b8b0 (diff)
cats -> arm; miod ok
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libiberty/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libiberty/config.guess b/gnu/lib/libiberty/config.guess
index 31a3fec6ef4..0d43958a870 100644
--- a/gnu/lib/libiberty/config.guess
+++ b/gnu/lib/libiberty/config.guess
@@ -217,6 +217,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
macppc:OpenBSD:*:*)
echo powerpc-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ cats:OpenBSD:*:*)
+ echo arm-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mvme68k:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;