mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
- align patches - sort patches alphanumerically (in patch order) - list CVE secfixes from upstream commit messages
13 lines
487 B
Diff
13 lines
487 B
Diff
diff --git a/src/3rdparty/chromium/v8/src/base/cpu.cc b/src/3rdparty/chromium/v8/src/base/cpu.cc
|
|
index f1c48fa13..ba8389c8c 100644
|
|
--- a/src/3rdparty/chromium/v8/src/base/cpu.cc
|
|
+++ b/src/3rdparty/chromium/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_PPC || V8_HOST_ARCH_PPC64)
|
|
+#if V8_OS_LINUX && (V8_HOST_ARCH_PPC || V8_HOST_ARCH_PPC64 || V8_HOST_ARCH_ARM)
|
|
#include <elf.h>
|
|
#endif
|
|
#if V8_OS_AIX
|