]> git.lizzy.rs Git - rust.git/commit
auto merge of #12177 : alexcrichton/rust/fix-snapshot, r=kballard
authorbors <bors@rust-lang.org>
Tue, 11 Feb 2014 13:56:43 +0000 (05:56 -0800)
committerbors <bors@rust-lang.org>
Tue, 11 Feb 2014 13:56:43 +0000 (05:56 -0800)
commit5b5ebf230b02e430e087b3f2edaaf1cfe5567b34
tree984d7af45c969a37ef8fd8cf0336d1c543a3c93c
parent9e133d113ba45e146d091c699f5235052f798012
parent47ece1fa2ceec10f171fe87f789191999e914675
auto merge of #12177 : alexcrichton/rust/fix-snapshot, r=kballard

This is blocking a snapshot because the stage0 target compiler comes from a
stage1 host compiler. This means that the stage0 compiler doesn't actually
understand the -Z prefer-dynamic flag and is dying as a result.

This will get added back to stage0 after a snapshot.