← recipes

Commit 4221f87

0
plików
+0
dodanych
-0
usuniętych
@@ -80,6 +80,7 @@ build: |
80 80 [rust]
81 81 channel = "stable"
82 82 rpath = false
83 + use-lld = false
83 84
84 85 # BLFS does not install the FileCheck executable from llvm,
85 86 # so disable codegen tests
@@ -107,7 +108,7 @@ build: |
107 108
108 109 EOF
109 110
110 - export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
111 + export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi -C linker=cc"
111 112 export LD_LIBRARY_PATH="$(pwd)/build/x86_64-unknown-linux-gnu/stage0/lib:$LD_LIBRARY_PATH"
112 113
113 114 python3 ./x.py build --exclude src/tools/miri