-
Notifications
You must be signed in to change notification settings - Fork 13.4k
building compiler docs fails #36533
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I third @retep998's motion. At least one should have it. |
How can this be fixed? Alternativly, how can I suppress the build of docs? |
I use diff --git a/mk/crates.mk b/mk/crates.mk
index c7abf27..f68fc2a 100644
--- a/mk/crates.mk
+++ b/mk/crates.mk
@@ -78,7 +78,6 @@ DEPS_panic_abort := libc alloc
DEPS_panic_unwind := libc alloc unwind
DEPS_unwind := libc
-RUSTFLAGS_compiler_builtins := -lstatic=compiler-rt
# FIXME(stage0): change this to just `RUSTFLAGS_panic_abort := ...`
RUSTFLAGS1_panic_abort := -C panic=abort on my builds to get the compiler doc build to pass |
This can be closed now. It was a bug in the long gone Makefiles. The compiler docs now build fine with rustbuild, or at least did and will again after #40852. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
Steps taken:
Expected result:
Full docs including compiler docs in
doc/
subdirectoryActual result:
make
fails duringdoc/rustc_built-in/index.html
, rustdoc error:Unrecognized option: 'l'
.The text was updated successfully, but these errors were encountered: