Created toolchain file.

This commit is contained in:
Nicolás Ortega Froysa
2018-03-14 18:31:58 +01:00
parent 0808fa6972
commit 8b4f67dc3e
2 changed files with 6 additions and 61 deletions

View 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})