change x86_64->amd64 now; from biorn
This commit is contained in:
parent
290de3c2b0
commit
8077758448
@ -1,7 +1,17 @@
|
||||
$OpenBSD: patch-configure,v 1.31 2005/04/01 06:28:58 biorn Exp $
|
||||
--- configure.orig Thu Dec 23 16:36:00 2004
|
||||
+++ configure Wed Mar 9 20:19:18 2005
|
||||
@@ -700,10 +700,15 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.32 2005/04/09 22:06:19 pvalchev Exp $
|
||||
--- configure.orig Thu Dec 23 08:36:00 2004
|
||||
+++ configure Sat Apr 9 01:51:28 2005
|
||||
@@ -465,6 +465,9 @@ if test -z "$_target" ; then
|
||||
if [ "`$_cc -dumpmachine | grep x86_64 | cut -d- -f1`" = "x86_64" -a \
|
||||
-z "`echo $CFLAGS | grep -- -m32`" ]; then
|
||||
host_arch=x86_64
|
||||
+ elif [ "`$_cc -dumpmachine | grep amd64 | cut -d- -f1`" = "amd64" -a \
|
||||
+ -z "`echo $CFLAGS | grep -- -m32`" ]; then
|
||||
+ host_arch=x86_64
|
||||
else
|
||||
host_arch=i386
|
||||
fi
|
||||
@@ -700,10 +703,15 @@ fi
|
||||
|
||||
x86_exts_check()
|
||||
{
|
||||
@ -17,7 +27,7 @@ $OpenBSD: patch-configure,v 1.31 2005/04/01 06:28:58 biorn Exp $
|
||||
|
||||
_mmx=no
|
||||
_3dnow=no
|
||||
@@ -2180,7 +2185,7 @@ echores "$_setlocale"
|
||||
@@ -2180,7 +2188,7 @@ echores "$_setlocale"
|
||||
|
||||
|
||||
echocheck "iconv"
|
||||
@ -26,7 +36,7 @@ $OpenBSD: patch-configure,v 1.31 2005/04/01 06:28:58 biorn Exp $
|
||||
_iconv_tmp='#include <iconv.h>'
|
||||
|
||||
cat > $TMPC << EOF
|
||||
@@ -4659,7 +4664,7 @@ echores "$_sgiaudio"
|
||||
@@ -4659,7 +4667,7 @@ echores "$_sgiaudio"
|
||||
|
||||
|
||||
echocheck "VCD support"
|
||||
@ -35,7 +45,7 @@ $OpenBSD: patch-configure,v 1.31 2005/04/01 06:28:58 biorn Exp $
|
||||
_inputmodules="vcd $_inputmodules"
|
||||
_def_vcd='#define HAVE_VCD 1'
|
||||
echores "ok"
|
||||
@@ -6607,7 +6612,7 @@ CACA_LIB = $_ld_caca
|
||||
@@ -6607,7 +6615,7 @@ CACA_LIB = $_ld_caca
|
||||
# audio output
|
||||
ALSA_LIB = $_ld_alsa
|
||||
NAS_LIB = $_ld_nas
|
||||
@ -44,7 +54,7 @@ $OpenBSD: patch-configure,v 1.31 2005/04/01 06:28:58 biorn Exp $
|
||||
ARTS_INC = $_inc_arts
|
||||
ESD_LIB = $_ld_esd
|
||||
ESD_INC = $_inc_esd
|
||||
@@ -6877,7 +6882,7 @@ $_def_malloc
|
||||
@@ -6877,7 +6885,7 @@ $_def_malloc
|
||||
$_def_memalign
|
||||
#ifndef HAVE_MEMALIGN
|
||||
# define memalign(a,b) malloc(b)
|
||||
|
Loading…
Reference in New Issue
Block a user