bootstrap-toolchain/profiles/stage1

27 lines
443 B
Plaintext

{% set LLVM_VERSION = os.getenv("LLVM_VERSION") %}
[settings]
os=Linux
arch=x86_64
build_type=RelWithDebInfo
compiler=clang
compiler.version=17-stage1
compiler.libcxx=libc++
clang-bootstrap/*:compiler=gcc
clang-bootstrap/*:compiler.version=12.2
clang-bootstrap/*:compiler.libcxx=libstdc++
[buildenv]
CC=clang
CXX=clang++
LD=lld
[options]
*/*:stage=1
cmake/*:libc=glibc
ninja/*:libc=glibc
[conf]
tools.cmake.cmaketoolchain:generator=Ninja