[1/3] configure: recognise host starting in 'amd64' (resend)

David Naylor dbn at freebsd.org
Sun Mar 22 13:20:59 CDT 2015


FreeBSD uses amd64 to identify a CPU architecture based on AMD's 64-bit
instruction set.
---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 5f5e9d5..af78958 100755
--- a/configure
+++ b/configure
@@ -4864,7 +4864,7 @@ case $host in
     fi
     with_fontconfig=${with_fontconfig:-no}
     ;;
-  x86_64*)
+  x86_64*|amd64*)
     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
     then
       CC="$CC -m32"
diff --git a/configure.ac b/configure.ac
index d23227a..d04780c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,7 +143,7 @@ case $host in
     fi
     with_fontconfig=${with_fontconfig:-no}
     ;;
-  x86_64*)
+  x86_64*|amd64*)
     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
     then
       CC="$CC -m32"
-- 
2.3.2




More information about the wine-patches mailing list