mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-12 04:02:19 +01:00
12 lines
280 B
Diff
12 lines
280 B
Diff
--- a/deps/v8/src/base/cpu.cc
|
|
+++ b/deps/v8/src/base/cpu.cc
|
|
@@ -20,7 +20,7 @@
|
|
#if V8_OS_QNX
|
|
#include <sys/syspage.h> // cpuinfo
|
|
#endif
|
|
-#if V8_OS_LINUX && V8_HOST_ARCH_PPC64
|
|
+#if V8_OS_LINUX && (V8_HOST_ARCH_PPC64 || V8_HOST_ARCH_ARM)
|
|
#include <elf.h>
|
|
#endif
|
|
#if V8_OS_AIX
|