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

Add Linux Loongarch64 support #82

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

Conversation

beyond-1234
Copy link

Hi, since Go has added support for Loongarch64 since 1.18, so maybe we could have native build for Linux Loongarch64.

You can find a brief introduction about Loongarch here if it's not familiar to you.

notes:

  • Linux identifies Loongarch64 as loongarch64 while nodejs treat it as loong64.
  • Compiling the executable for loongarch64 requires the latest version golang.org/x/sys package. Details in the commit

@shipujin
Copy link

shipujin commented Jul 8, 2022

@mmaietta
Copy link
Collaborator

Can you please pull in latest master? loongarch support was added in #98 but didn't take into account upgrading sys package.

Compiling the executable for loongarch64 requires the latest version golang.org/x/sys package.

(Note, the CI tests didn't fail to build for loongarch64, so not sure if it's needed)

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

Successfully merging this pull request may close these issues.

3 participants