2014-06-20 20:00:00 +01:00
|
|
|
set(CMAKE_SYSTEM_NAME Linux)
|
|
|
|
set(CMAKE_SYSTEM_VERSION 1)
|
|
|
|
set(CMAKE_SYSTEM_PROCESSOR "arm")
|
2015-01-09 23:44:37 +00:00
|
|
|
set(CMAKE_CXX_COMPILER "/opt/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++")
|
|
|
|
set(CMAKE_C_COMPILER "/opt/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc")
|
2014-06-20 20:00:00 +01:00
|
|
|
set(CMAKE_EXE_LINKER_FLAGS "-static")
|