Welcome to mirror list, hosted at ThFree Co, Russian Federation.

toolchain-linux-arm.cmake « cmake - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60e7d8e23f57c5a5732db047c07cf541fb0b54ce (plain)
1
2
3
4
5
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR armhf)
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
set(CMAKE_CXX_FLAGS_INIT "-Wno-attributes -Wno-psabi")