]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge