sqlite-autoconf-3490100 (no doc) libunistring-1.3 libidn2-2.3.8 libpsl-0.21.5 icu-77.1 libxml2-2.14.1 nghttp2-1.65.0 libssh2-1.11.1 curl-8.13.0 + --with-libssh2 libtasn1-4.20.0 p11-kit-0.25.5 make-ca-1.15 + renodr's patch libarchive-3.7.9 libuv-v1.50.0 cmake-4.0.0 llvm-20.1.2 rustc-1.86.0 config.toml: # see config.toml.example for more possible options # See the 8.4 book for an old example using shipped LLVM # e.g. if not installing clang, or using a version before 13.0 # Tell x.py the editors have reviewed the content of this file # and updated it to follow the major changes of the building system, # so x.py will not warn us to do such a review. change-id = 136941 [llvm] # When using system llvm prefer shared libraries link-shared = true # If building the shipped LLVM source, only enable the x86 target # instead of all the targets supported by LLVM. targets = "X86" [build] build-stage = 1 test-stage = 1 doc-stage = 1 # omit docs to save time and space (default is to build them) docs = false # Do not query new versions of dependencies online. locked-deps = true # Specify which extended tools (those from the default install). tools = ["cargo", "clippy", "rustdoc", "rustfmt"] [install] prefix = "/opt/rustc-1.86.0" docdir = "share/doc/rustc-1.86.0" [rust] channel = "stable" description = "for BLFS r12.3-365-wip" # Enable the same optimizations as the official upstream build. lto = "thin" codegen-units = 1 lld = false llvm-bitcode-linker = false [target.x86_64-unknown-linux-gnu] llvm-config = "/usr/bin/llvm-config" [target.i686-unknown-linux-gnu] llvm-config = "/usr/bin/llvm-config"