# HG changeset patch # User alex # Date 1139753859 0 # Node ID 9e27eb13ef43febfe95ea3ed103a3834f3cf5519 # Parent dcc1be0500374defa3669b3bdb852f37ee3ca20b support openbsd/zaurus aswell diff -r dcc1be050037 -r 9e27eb13ef43 configure --- a/configure Sun Feb 12 14:14:12 2006 +0000 +++ b/configure Sun Feb 12 14:17:39 2006 +0000 @@ -535,7 +535,7 @@ sparc) host_arch=sparc ;; sparc64) host_arch=sparc64 ;; parisc*|hppa*|9000*) host_arch=hppa ;; - arm*) host_arch=arm ;; + arm*|zaurus|cats) host_arch=arm ;; s390) host_arch=s390 ;; s390x) host_arch=s390x ;; mips*) host_arch=mips ;;