1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

cmake: update arm toolchain

This commit is contained in:
Alexander Alekhin
2016-06-28 17:21:54 +03:00
parent bbc327aaed
commit 73e16dbc3f
4 changed files with 199 additions and 87 deletions
@@ -0,0 +1,4 @@
set(CMAKE_SYSTEM_PROCESSOR aarch64)
set(GCC_COMPILER_VERSION "4.8" CACHE STRING "GCC Compiler version")
set(GNU_MACHINE "aarch64-linux-gnu" CACHE STRING "GNU compiler triple")
include("${CMAKE_CURRENT_LIST_DIR}/arm.toolchain.cmake")