We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa38dd commit fafa34dCopy full SHA for fafa34d
ext/opcache/config.m4
@@ -29,7 +29,7 @@ if test "$PHP_OPCACHE" != "no"; then
29
30
if test "$PHP_OPCACHE_JIT" = "yes"; then
31
case $host_cpu in
32
- i[[34567]]86*|x86*|aarch64)
+ i[[34567]]86*|x86*|aarch64|amd64)
33
;;
34
*)
35
AC_MSG_WARN([JIT not supported by host architecture])
@@ -48,7 +48,8 @@ if test "$PHP_OPCACHE" != "no"; then
48
DASM_FLAGS="-D X64APPLE=1 -D X64=1"
49
DASM_ARCH="x86"
50
51
- x86_64*)
+ *x86_64*|amd64-*-freebsd*)
52
+ IR_TARGET=IR_TARGET_X64
53
DASM_FLAGS="-D X64=1"
54
55
0 commit comments