]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #25134 - alexcrichton:fix-issue-25072-for-realsies, r=brson
authorbors <bors@rust-lang.org>
Wed, 6 May 2015 00:54:55 +0000 (00:54 +0000)
committerbors <bors@rust-lang.org>
Wed, 6 May 2015 00:54:55 +0000 (00:54 +0000)
Turns out that a verbatim path was leaking through to gcc via the PATH
environment variable (pointing to the bundled gcc provided by the main
distribution) which was wreaking havoc when gcc itself was run. The fix here is
to just stop passing verbatim paths down by adding more liberal uses of
`fix_windows_verbatim_for_gcc`.

Closes #25072

1  2 
src/librustc_trans/back/link.rs

Simple merge