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

backport ARM toolchain from master

This commit is contained in:
Alexander Alekhin
2016-11-14 18:59:18 +03:00
parent 4d041e6809
commit a42be1f9bd
4 changed files with 210 additions and 89 deletions
@@ -0,0 +1,4 @@
set(CMAKE_SYSTEM_PROCESSOR aarch64)
set(GCC_COMPILER_VERSION "" CACHE STRING "GCC Compiler version")
set(GNU_MACHINE "aarch64-linux-gnu" CACHE STRING "GNU compiler triple")
include("${CMAKE_CURRENT_LIST_DIR}/arm.toolchain.cmake")