Files
checker_m4/source/OpenAMP/open-amp/cmake/platforms/zynqmp_linux.cmake

8 lines
208 B
CMake
Raw Normal View History

set (CMAKE_SYSTEM_PROCESSOR "arm64")
set (CROSS_PREFIX "aarch64-linux-gnu-")
set (MACHINE "zynqmp" CACHE STRING "")
include (cross_linux_gcc)
# vim: expandtab:ts=2:sw=2:smartindent