https://github.com/JuliaLang/julia
Raw File
Tip revision: 0cc5f6e9243a8114647694970b32648940401baa authored by Kristoffer Carlsson on 23 January 2018, 13:05:15 UTC
Tip revision: 0cc5f6e
NATIVE.cmake
# native toolchain file to fix llvm cross-compilation finickiness
# ref http://lists.llvm.org/pipermail/llvm-dev/2016-February/095366.html
set(CMAKE_C_COMPILER cc)
set(CMAKE_CXX_COMPILER c++)
back to top