rust
rust copied to clipboard
trying to cross-compile with the stage 0 compiler completes "successfully" but does nothing
./x build --target x86_64-unknown-linux-none --stage 0 library/core/
is this because bootstrap assumes every cross compilation will specify at least stage1?
Did you check build/host/stage0-std directory? The build output should be there inside another directory named x86_64-unknown-linux-none.
huh.
it should probably print the paths of the artifact they produce, since it's not at all obvious..
Closing the issue as it's not accurate.