Browse Source

build: toolchain: linux: do not use lld by default

Signed-off-by: Tien Hock Loh <tienhock.loh@starfivetech.com>
Tien Hock Loh 1 year ago
parent
commit
47aafb5452
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/toolchain/linux/BUILD.gn

+ 1 - 0
build/toolchain/linux/BUILD.gn

@@ -169,6 +169,7 @@ clang_v8_toolchain("clang_x64_v8_riscv64") {
   toolchain_args = {
     current_cpu = "x64"
     v8_current_cpu = "riscv64"
+    use_lld = false
   }
 }