Skip to content
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

Compiler doc build fails due to -l flag for compiler_builtins #36738

Closed
Manishearth opened this issue Sep 26, 2016 · 1 comment
Closed

Compiler doc build fails due to -l flag for compiler_builtins #36738

Manishearth opened this issue Sep 26, 2016 · 1 comment

Comments

@Manishearth
Copy link
Member

RUSTFLAGS_compiler_builtins := -lstatic=compiler-rt
adds a -l flag to the compiler_builtins $RUSTFLAGS. This is also passed to rustdoc, which fails since rustdoc doesn't accept -l flags.

This makes the doc build for the internal docs fail.

cc @alexcrichton

@hanna-kruppe
Copy link
Contributor

Dupe of #36533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants