bootstrap: copy_self_contained_objects can't find crtbegin.o when cc=clang #84033
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
c7091f5 add "crtbegin.o", "crtbeginS.o", "crtend.o", "crtendS.o" to self-contained object files, but it don't works for me.
Add some code to print the command line:
It seems the
--target=x86_64-unknown-linux-musl
argument cause clang omit the path of those files.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: