Auto merge of #26098 - russellmcc:add-ar-tool-flexible-target-spec, r=alexcrichton
Looks like this was missed from af56e2efde
.
This will help with defining cross-compile workflows for rust.
This commit is contained in:
commit
6daf1dcb80
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ impl Target {
|
|||
}
|
||||
|
||||
key!(cpu);
|
||||
key!(ar);
|
||||
key!(linker);
|
||||
key!(relocation_model);
|
||||
key!(code_model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue