Skip to content

Commit

Permalink
Auto merge of #29904 - Zoxc:ar_json, r=alexcrichton
Browse files Browse the repository at this point in the history
This allows targets to drop the dependency on AR.
  • Loading branch information
bors committed Nov 18, 2015
2 parents 8ed8679 + 9e1d9e4 commit 1715f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_back/target/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ impl Target {
key!(no_default_libraries, bool);
key!(pre_link_args, list);
key!(post_link_args, list);
key!(archive_format);
key!(allow_asm, bool);
key!(custom_unwind_resume, bool);

Expand Down

0 comments on commit 1715f1c

Please sign in to comment.