-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
A way to out-put building self-contained deps #147065
Copy link
Copy link
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-muslTarget: The musl libcTarget: The musl libcT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-muslTarget: The musl libcTarget: The musl libcT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
Posted by @denizsokmen #141375 (comment):
Expected behaviour
A way to out-put crtbegin, crtend and llvm-libunwind build for custom musl target.
Actual behaviour
You'll need to patch code as described: #141375 (comment).
Possible solution
Probalby extend the
targettable inbootstrap.tomlliketarget.self-contained = <bool>?Bootstrap configuration (bootstrap.toml)
HEAD
5b9007b