Fix Linux build. Enable 64-bit recompiler in Linux.

This commit is contained in:
TomW 2015-07-18 16:03:39 +01:00
commit 634c235dc2
7 changed files with 267 additions and 109 deletions

View file

@ -36,6 +36,10 @@ if test "$enable_dynarec" = "yes"; then
CPU=i386
AC_MSG_RESULT(${host_cpu})
;;
x86_64)
CPU=x86_64
AC_MSG_RESULT(${host_cpu})
;;
*)
AC_MSG_ERROR([Unsupported CPU.])
;;
@ -43,6 +47,7 @@ if test "$enable_dynarec" = "yes"; then
fi
AM_CONDITIONAL(CPU_I386, test "$CPU" = "i386")
AM_CONDITIONAL(CPU_X86_64, test "$CPU" = "x86_64")
#AC_MSG_CHECKING([for libz])
#AX_CHECK_ZLIB