From 9458dda6684d2ac87f67e4bfb9bcfb2b982b2441 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 12 Jul 2025 21:23:57 +0300 Subject: [PATCH] rust ver. bump --- programming/language/rust/files/bootstrap-config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index 95c14a0850..66d5903bfc 100644 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -27,8 +27,16 @@ debuginfo-level-std = 2 channel = "stable" rpath = false + +lld = false +use-lld = "external" + # backtrace-on-ice = true codegen-tests = false [target.x86_64-unknown-linux-gnu] +cc = "/usr/bin/gcc" +cxx = "/usr/bin/g++" +ar = "/usr/bin/gcc-ar" +ranlib = "/usr/bin/gcc-ranlib" llvm-config = "/usr/bin/llvm-config"