Skip to content

Commit 6daf1dc

Browse files
committed
Auto merge of #26098 - russellmcc:add-ar-tool-flexible-target-spec, r=alexcrichton
Looks like this was missed from af56e2e. This will help with defining cross-compile workflows for rust.
2 parents 71a8d31 + dd5d018 commit 6daf1dc

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_back/target

1 file changed

+1
-0
lines changed

src/librustc_back/target/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ impl Target {
272272
}
273273

274274
key!(cpu);
275+
key!(ar);
275276
key!(linker);
276277
key!(relocation_model);
277278
key!(code_model);

0 commit comments

Comments
 (0)