aboutsummaryrefslogtreecommitdiff
path: root/cmake/toolchains/aarch32_toolchain.cmake
blob: 5fabde2b53dd0436a1681240fa2dbfdd75664af6 (plain)
1
2
3
4
5
6
7
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR aarch32)

# Modify these variables with paths to appropriate compilers that can produce
# armv7 targets
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)