Skip to content

libgreen is not always built correctly #12682

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

Closed
am0d opened this issue Mar 4, 2014 · 2 comments
Closed

libgreen is not always built correctly #12682

am0d opened this issue Mar 4, 2014 · 2 comments

Comments

@am0d
Copy link
Contributor

am0d commented Mar 4, 2014

This seems to be due to the fact that libgreen is no longer a dependency of rustc - see commit 40ab198.

When I run make all on my machine, libgreen does not get built, and I'm not sure how to make it build.

@am0d
Copy link
Contributor Author

am0d commented Mar 4, 2014

Actually, on further investigation, it appears that libgreen and all the other libs have moved and now reside in a subdirectory - stage2/lib/rustlib/... - is there a reason for this change?

@alexcrichton
Copy link
Member

Closing as working as intended. The stage0/stage1 versions of libgreen are no longer built as part of the normal compilation process, but stage2 will always build all libraries.

flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 18, 2024
The `multiple_unsafe_ops_per_block` test needs `asm!`

changelog: none
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