- properly recognize mips64

This commit is contained in:
jasper 2010-06-14 08:22:19 +00:00
parent e834218de0
commit 55e60b8fae
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-avcall_configure,v 1.1 2010/06/14 08:22:19 jasper Exp $
--- avcall/configure.orig Mon Jun 14 09:58:37 2010
+++ avcall/configure Mon Jun 14 09:58:43 2010
@@ -3026,7 +3026,7 @@ case "$host_cpu" in
arm* )
host_cpu=arm
;;
- mips )
+ mips* )
echo "$as_me:$LINENO: checking for 64-bit MIPS" >&5
echo $ECHO_N "checking for 64-bit MIPS... $ECHO_C" >&6
if test "${cl_cv_host_mips64+set}" = set; then

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-callback_vacall_r_configure,v 1.1 2010/06/14 08:22:19 jasper Exp $
--- callback/vacall_r/configure.orig Mon Jun 14 10:11:14 2010
+++ callback/vacall_r/configure Mon Jun 14 10:11:18 2010
@@ -3026,7 +3026,7 @@ case "$host_cpu" in
arm* )
host_cpu=arm
;;
- mips )
+ mips* )
echo "$as_me:$LINENO: checking for 64-bit MIPS" >&5
echo $ECHO_N "checking for 64-bit MIPS... $ECHO_C" >&6
if test "${cl_cv_host_mips64+set}" = set; then

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-trampoline_configure,v 1.1 2010/06/14 08:22:19 jasper Exp $
--- trampoline/configure.orig Mon Jun 14 10:04:16 2010
+++ trampoline/configure Mon Jun 14 10:04:24 2010
@@ -5459,7 +5459,7 @@ case "$host_cpu" in
arm* )
host_cpu=arm
;;
- mips )
+ mips* )
echo "$as_me:$LINENO: checking for 64-bit MIPS" >&5
echo $ECHO_N "checking for 64-bit MIPS... $ECHO_C" >&6
if test "${cl_cv_host_mips64+set}" = set; then

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-vacall_configure,v 1.1 2010/06/14 08:22:19 jasper Exp $
--- vacall/configure.orig Mon Jun 14 10:03:36 2010
+++ vacall/configure Mon Jun 14 10:03:57 2010
@@ -2853,7 +2853,7 @@ case "$host_cpu" in
arm* )
host_cpu=arm
;;
- mips )
+ mips* )
echo "$as_me:$LINENO: checking for 64-bit MIPS" >&5
echo $ECHO_N "checking for 64-bit MIPS... $ECHO_C" >&6
if test "${cl_cv_host_mips64+set}" = set; then