mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
304 B
Diff
11 lines
304 B
Diff
--- ./v8/src/base/cpu.cc
|
|
+++ ./v8/src/base/cpu.cc
|
|
@@ -17,7 +17,7 @@
|
|
#if V8_OS_QNX
|
|
#include <sys/syspage.h> // cpuinfo
|
|
#endif
|
|
-#if (V8_OS_LINUX && V8_HOST_ARCH_PPC) || V8_OS_ANDROID
|
|
+#if (V8_OS_LINUX && (V8_HOST_ARCH_PPC || V8_HOST_ARCH_ARM)) || V8_OS_ANDROID
|
|
#include <elf.h>
|
|
#endif
|
|
#if V8_OS_AIX
|