Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Contents of toolchain.make

t-kuha edited this page Nov 5, 2018 · 3 revisions
set( CMAKE_SYSTEM_NAME Linux )
set( CMAKE_SYSTEM_PROCESSOR aarch64 )
set( CMAKE_C_COMPILER aarch64-linux-gnu-gcc )
set( CMAKE_CXX_COMPILER aarch64-linux-gnu-g++ )