mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
6 lines
230 B
CMake
6 lines
230 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
|
|
set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
|
|
set(CMAKE_SYSTEM_PROCESSOR arm)
|
|
set(CMAKE_CROSSCOMPILING TRUE)
|
|
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armhf) |