Created toolchain file.
This commit is contained in:
6
toolchains/i686-elf.cmake
Normal file
6
toolchains/i686-elf.cmake
Normal file
@ -0,0 +1,6 @@
|
||||
set(CMAKE_SYSTEM_NAME "Generic")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "i686")
|
||||
set(triple "i686-elf")
|
||||
|
||||
set(CMAKE_C_COMPILER clang)
|
||||
set(CMAKE_C_COMPILER_TARGET ${triple})
|
Reference in New Issue
Block a user