9 lines
342 B
CMake
9 lines
342 B
CMake
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
|
|
set (MACHINE "zynqmp_r5" CACHE STRING "")
|
|
set (CROSS_PREFIX "armr5-none-eabi-" CACHE STRING "")
|
|
set (CMAKE_C_FLAGS "-mfloat-abi=soft -mcpu=cortex-r5" CACHE STRING "")
|
|
|
|
include (cross-freertos-gcc)
|
|
|
|
# vim: expandtab:ts=2:sw=2:smartindent
|