mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
16 lines
505 B
Diff
16 lines
505 B
Diff
diff --git a/config.m4 b/config.m4
|
|
index 657072fd..84415bf4 100644
|
|
--- a/config.m4
|
|
+++ b/config.m4
|
|
@@ -526,9 +526,9 @@ if test "$PHP_SWOOLE" != "no"; then
|
|
|
|
AS_CASE([$host_cpu],
|
|
[x86_64*], [SW_CPU="x86_64"],
|
|
- [x86*], [SW_CPU="x86"],
|
|
+ [i586*], [SW_CPU="x86"],
|
|
[arm*], [SW_CPU="arm"],
|
|
- [arm64*], [SW_CPU="arm64"],
|
|
+ [aarch64*], [SW_CPU="arm64"],
|
|
[
|
|
SW_NO_USE_ASM_CONTEXT="yes"
|
|
AC_DEFINE([SW_NO_USE_ASM_CONTEXT], 1, [use boost asm context?])
|