Add other architectures

This commit is contained in:
2025-09-05 09:00:12 -05:00
parent f76ae942fc
commit 95910887fc
13 changed files with 80 additions and 3 deletions

6
toolchains/armhf.cmake Normal file
View File

@@ -0,0 +1,6 @@
set(CMAKE_C_COMPILER "arm-linux-gnueabihf-gcc")
set(CMAKE_CXX_COMPILER "arm-linux-gnueabihf-g++")
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR armhf)
set(TOOLCHAIN_PREFIX arm-linux-gnueabihf-)