-
Notifications
You must be signed in to change notification settings - Fork 238
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
Fix enableRelocatedStaticLibs. #1430
Fix enableRelocatedStaticLibs. #1430
Conversation
bors try |
tryBuild failed: |
Do these settings need some comments explaining why we need them? |
I think this might be causing hydra to fail to build windows cross compiler due to |
I'd love to add an explanation here, but unfortunately I don't know one. As far as I can tell The |
We had this same conversation in Nixpkgs: NixOS/nixpkgs#162374 (comment) |
@hamishmack @michaelpj What's necessary to merge this? It's required to build working relocatable machine code on x86_64. |
We need to find a fix for this https://hydra.iohk.io/build/13649664 |
GhcLibHcOpts += -fexternal-dynamic-refs | ||
GhcLibHcOpts += -fexternal-dynamic-refs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a typo, surely? GhcLibHcOpts is the target of both assignments.
I've had success building a statically linked x86_64-unknown-linux-musl
binary using projectCross.musl64
and ghc923
with this version.
Merged in #1569 |
No description provided.