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:
bors 2015-06-09 06:03:17 +00:00
commit 6daf1dcb80

View File

@ -272,6 +272,7 @@ macro_rules! key {
}
key!(cpu);
key!(ar);
key!(linker);
key!(relocation_model);
key!(code_model);