12 lines
317 B
Text
12 lines
317 B
Text
|
--- ./v8/src/base/cpu.cc.orig
|
||
|
+++ ./v8/src/base/cpu.cc
|
||
|
@@ -16,7 +16,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
|