Skip to content

Commit 501f0f8

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
2 parents 178d3ac + 6be4ba9 commit 501f0f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/opcache/config.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if test "$PHP_OPCACHE" != "no"; then
3535

3636
if test "$PHP_OPCACHE_JIT" = "yes"; then
3737
case $host_cpu in
38-
i[[34567]]86*|x86*|aarch64)
38+
i[[34567]]86*|x86*|aarch64|amd64)
3939
;;
4040
*)
4141
AC_MSG_WARN([JIT not supported by host architecture])
@@ -54,7 +54,8 @@ if test "$PHP_OPCACHE" != "no"; then
5454
DASM_FLAGS="-D X64APPLE=1 -D X64=1"
5555
DASM_ARCH="x86"
5656
;;
57-
x86_64*)
57+
*x86_64*|amd64-*-freebsd*)
58+
IR_TARGET=IR_TARGET_X64
5859
DASM_FLAGS="-D X64=1"
5960
DASM_ARCH="x86"
6061
;;

0 commit comments

Comments
 (0)