6 lines
212 B
CMake
6 lines
212 B
CMake
set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
|
|
set (CROSS_PREFIX "arm-xilinx-linux-gnueabi-" CACHE STRING "")
|
|
include (cross-linux-gcc)
|
|
|
|
# vim: expandtab:ts=2:sw=2:smartindent
|