diff options
| author | bors <bors@rust-lang.org> | 2016-01-22 09:46:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-01-22 09:46:17 +0000 |
| commit | cd1b845492e13ae9e0da382dc0ec09d676d2dd59 (patch) | |
| tree | 39c5976a9ca2c5fb553d01ca43aeec6b41e0e975 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | b4a2579cf0b9876e8cdf99e4f58b4154a671f48e (diff) | |
| parent | 6aa86e5cd10db5c2dffff4d0d378dbe4cee77e46 (diff) | |
| download | rust-cd1b845492e13ae9e0da382dc0ec09d676d2dd59.tar.gz rust-cd1b845492e13ae9e0da382dc0ec09d676d2dd59.zip | |
Auto merge of #31074 - gmbonnet:stage0-libdir, r=alexcrichton
This fixes #27254. On a 64-bit Linux machine, for example, `configure --libdir=/usr/local/lib64` was creating both `x86_64-unknown-linux-gnu/stage0/lib/rustlib` and `x86_64-unknown-linux-gnu/stage0/lib64/rustlib`. Crates from the stage0 snapshot, like `libcore`, are extracted to `x86_64-unknown-linux-gnu/stage0/lib/rustlib`, but the stage0 compiler was attempting to find them in `x86_64-unknown-linux-gnu/stage0/lib64/rustlib`, which has the highest priority on a 64-bit system. The issue can be fixed by creating only `x86_64-unknown-linux-gnu/stage0/lib/rustlib`, since this is the only rustlib directory needed for stage0 anyways.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
