2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

compiler: ld -> ld.lld

This commit is contained in:
Sebastien Bourdeauducq 2020-04-28 16:07:26 +08:00
parent 4228e0205c
commit 140a26ad7e

View File

@ -266,7 +266,7 @@ class CortexA9Target(Target):
triple = "armv7-unknown-linux-gnueabihf"
data_layout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
features = ["dsp", "fp16", "neon", "vfp3"]
linker = "lld"
linker = "ld.lld"
print_function = "core_log"
little_endian = True
now_pinning = False