1set (CMAKE_SYSTEM_PROCESSOR "arm64")
2set (CROSS_PREFIX           "aarch64-none-elf-")
3
4include (cross_generic_gcc)
5