-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building libstd without libcompiler_builtins #36990
Comments
Could it be made a optional |
Actually I used Cargo's |
This would be much appreciated. |
compiler_builtins is unconditionally necessary when stack probing is enabled, as it is on x86_64. This is because rustc uses |
Without details on the failed build I'm going to go ahead and close. I believe we currently support a Rust-only, but likely less optimized, compiler builtins (or are working towards that), which should be buildable pretty much everywhere Rust is. |
After this mess there isn't a way to build
libstd
without buildinglibcompiler_builtins
(which is unable to build on my OS)The text was updated successfully, but these errors were encountered: