https://github.com/JuliaLang/julia
Raw File
Tip revision: 0a70d424e7f7e794f5b8797f2dbf2d266bbafe79 authored by Jameson Nash on 24 June 2020, 15:51:15 UTC
ml-matches: skip unnecessary work, when possible (#36413)
Tip revision: 0a70d42
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