Skip to content

Commit

Permalink
Auto merge of #26098 - russellmcc:add-ar-tool-flexible-target-spec, r…
Browse files Browse the repository at this point in the history
…=alexcrichton

Looks like this was missed from af56e2e.

This will help with defining cross-compile workflows for rust.
  • Loading branch information
bors committed Jun 9, 2015
2 parents 71a8d31 + dd5d018 commit 6daf1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_back/target/mod.rs
Expand Up @@ -272,6 +272,7 @@ impl Target {
}

key!(cpu);
key!(ar);
key!(linker);
key!(relocation_model);
key!(code_model);
Expand Down

0 comments on commit 6daf1dc

Please sign in to comment.