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

Remove morestack dependency. #27332

Closed
ababo opened this issue Jul 27, 2015 · 1 comment
Closed

Remove morestack dependency. #27332

ababo opened this issue Jul 27, 2015 · 1 comment

Comments

@ababo
Copy link

ababo commented Jul 27, 2015

As we know the concept of segmented stack has been already abandoned. But for freestanding build the Rust compiler still complains about missing libmorestack.a:

rustc --crate-type rlib,staticlib --target x86_64-unknown-linux-gnu -C opt-level=3 -C no-stack-check -Z no-landing-pads --cfg arch_x86_64 --sysroot /dev/null -L /path/to/lib.rs -o /path/to/libcore.rlib

error: could not find native static library morestack, perhaps an -L flag is missing?

I suppose this dependency should be removed.

@alexcrichton
Copy link
Member

I believe this is covered by #16012, so closing in favor of that.

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