-
Notifications
You must be signed in to change notification settings - Fork 407
Link to libgcc for armv5te-unknown-linux-musleabi
target.
#987
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
Conversation
I'm not sure this is something we should do since it's an upstream issue and will eventually be fixed hopefully. |
It is, it's already been patched (I submitted rust-lang/compiler-builtins#484 which was merged), but we need to wait for a stable release similar to what we do in aarch64-linux-musl-gcc.sh Similarly, we can remove |
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.
let's merge this, we can add a version check later maybe?
r=me if ok
bors r=Emilgardis |
987: Link to libgcc for `armv5te-unknown-linux-musleabi` target. r=Emilgardis a=Alexhuszagh Fixes missing sync builtins required for libraries such as OpenSSL, specifically, the `__sync_X_and_fetch` builtins. Closes #367. Improves documentation related to #906. Co-authored-by: Alex Huszagh <[email protected]>
Build failed: |
Fixes missing sync builtins required for libraries such as OpenSSL, specifically, the `__sync_X_and_fetch` builtins.
252bda3
to
44184ec
Compare
bors try --target mips64-unknown-linux-muslabi64 |
tryBuild succeeded: |
bors r=Emilgardis |
Build succeeded: |
Fixes missing sync builtins required for libraries such as OpenSSL, specifically, the
__sync_X_and_fetch
builtins.Closes #367.
Improves documentation related to #906.