recognise zaurus/cats (not the most elegant way but least intrusive now)
This commit is contained in:
parent
db15b80605
commit
db5bd865a3
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.34 2005/05/13 16:14:00 biorn Exp $
|
||||
--- configure.orig Wed Apr 13 13:46:35 2005
|
||||
+++ configure Thu May 12 08:57:20 2005
|
||||
$OpenBSD: patch-configure,v 1.35 2005/05/27 04:33:06 pvalchev Exp $
|
||||
--- configure.orig Wed Apr 13 05:46:35 2005
|
||||
+++ configure Sun May 8 13:21:59 2005
|
||||
@@ -475,6 +475,9 @@ if test -z "$_target" ; then
|
||||
if [ "`$_cc -dumpmachine | grep x86_64 | cut -d- -f1`" = "x86_64" -a \
|
||||
-z "`echo $CFLAGS | grep -- -m32`" ]; then
|
||||
@ -11,6 +11,15 @@ $OpenBSD: patch-configure,v 1.34 2005/05/13 16:14:00 biorn Exp $
|
||||
else
|
||||
host_arch=i386
|
||||
fi
|
||||
@@ -484,7 +487,7 @@ if test -z "$_target" ; then
|
||||
sparc) host_arch=sparc ;;
|
||||
sparc64) host_arch=sparc64 ;;
|
||||
parisc*|hppa*|9000*) host_arch=hppa ;;
|
||||
- arm*) host_arch=arm ;;
|
||||
+ zaurus|cats) host_arch=arm ;;
|
||||
s390) host_arch=s390 ;;
|
||||
s390x) host_arch=s390x ;;
|
||||
mips) host_arch=mips ;;
|
||||
@@ -710,10 +713,15 @@ fi
|
||||
|
||||
x86_exts_check()
|
||||
|
Loading…
Reference in New Issue
Block a user