1
0

Update toolchain-arm64.cmake

This commit is contained in:
Andrea Cavalli 2020-10-05 15:45:43 +02:00
parent ee439e9700
commit 2b58840434

View File

@ -35,6 +35,7 @@
# $ cmake -DCMAKE_TOOLCHAIN_FILE=../dynamorio/make/toolchain-arm64.cmake ../dynamorio
# You may have to set CMAKE_FIND_ROOT_PATH to point to the target enviroment, e.g.
# by passing -DCMAKE_FIND_ROOT_PATH=/usr/aarch64-linux-gnu on Debian-like systems.
cmake_policy(SET CMP0074 NEW)
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR aarch64)
set(TARGET_ABI "linux-gnu")