8000 Update CMakeLists.txt · adamjm/arangodb@91a3c9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 91a3c9a

Browse files
authored
Update CMakeLists.txt
1 parent c4ff169 commit 91a3c9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

3rdParty/V8/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ elseif("${CMAKE_TARGET_ARCHITECTURES}" STREQUAL "aarch64")
7474
set(V8_PROC_ARCH "arm64")
7575
set(QEMU_ARCH "qemu-aarch64")
7676
list(APPEND V8_GYP_ARGS -Darm_fpu=default -Darm_float_abi=default)
77+
elseif("${CMAKE_TARGET_ARCHITECTURES}" STREQUAL "ppc64le")
78+
set(V8_PROC_ARCH "ppc64")
79+
#set(QEMU_ARCH "qemu-ppc64le")
80+
#list(APPEND V8_GYP_ARGS -Darm_fpu=default -Darm_float_abi=default)
7781
else ()
7882
if ("${BITS}" STREQUAL "64")
7983
set(V8_PROC_ARCH "x64")

0 commit comments

Comments
 (0)
0