1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-23 00:00:05 +01:00
libhermit/cmake/HermitCore-Toolchain-x86-bootstrap.cmake

10 lines
297 B
CMake
Raw Normal View History

2017-04-11 12:11:36 +02:00
include(${CMAKE_CURRENT_LIST_DIR}/HermitCore-Toolchain-x86.cmake)
include_guard()
set(CMAKE_C_COMPILER_WORKS 1 CACHE INTERNAL "")
set(CMAKE_CXX_COMPILER_WORKS 1 CACHE INTERNAL "")
# bootstrap toolchain cannot compile neither Go nor Fortran
2017-04-11 12:11:36 +02:00
unset(CMAKE_Go_COMPILER)
unset(CMAKE_Fortran_COMPILER)