summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevan Carpenter <dvn@pep-project.org>2023-06-21 12:44:09 -0400
committerDevan Carpenter <dvn@pep-project.org>2023-06-21 12:44:09 -0400
commit1ff084cba23436de2ff6cafff03c6dc0a62b6f0d (patch)
tree04bbe4c56de2e2dd12c6edd8bcf10b9dc32d508d
parente73be53e3f6ca05cfe69753e7ac7baae6a8e119a (diff)
mold: use correct triple for cargodvn/mold
-rw-r--r--.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 3dbb9792..459d56da 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -12,6 +12,6 @@ rustflags = [
"-Aclippy::manual-map",
]
-[target.x86_64-pc-linux-gnu]
+[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]