mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
5 lines
218 B
CMake
5 lines
218 B
CMake
set(GCC_COMPILER_VERSION "" CACHE STRING "GCC Compiler version")
|
|
set(GNU_MACHINE "arm-frc2022-linux-gnueabi" CACHE STRING "GNU compiler triple")
|
|
set(SOFTFP yes)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/arm.toolchain.cmake")
|