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

Fix wrong ABI detection for MIPS64 Musl toolchains #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

immolo
Copy link
Contributor

@immolo immolo commented Oct 19, 2022

Currently the tuple mips64*-musl sets a n32 abi which isn't supported by Musl and causes numerous issues, so this simple fix will force a n64 abi.

Signed-off-by: Ian Jordan immoloism@gmail.com

Currently the tuple mips64*-musl sets a n32 abi which isn't supported
by Musl and causes numerous issues, so this simple fix will force a
n64 abi.

Signed-off-by: Ian Jordan <immoloism@gmail.com>
Copy link
Member

@thesamesam thesamesam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm but please rebase

@immolo
Copy link
Contributor Author

immolo commented Aug 4, 2023

lgtm but please rebase

Sorry I missed this thread in my emails and github notifications.

Kumba and I have looked into this and Kumba proved n32 musl works with crossdev so it looks like the musl docs are incorrect here. Let's hold off until I've 100% proven it doesn't work on real hardware once my mips device gets kernel support for it.

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