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 loongarch64 support #476

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

Add loongarch64 support #476

wants to merge 1 commit into from

Conversation

YHStar
Copy link

@YHStar YHStar commented Nov 26, 2024

LoongArch is a new RISC ISA developed by Loongson. There are already a lot of community support and testing about it.

Hello, I'm working on porting ArchLinux to Loongarch64. Would you please review my changes and support Loongarch64? It's tested on LoongArchLinux.Thank you.

wszqkzqk added a commit to lcpu-club/loongarch-packages that referenced this pull request Nov 26, 2024
- Fix vst3
- Upstream PR: DISTRHO/DPF#476

Co-authored-by: Zhou Qiankang <wszqkzqk@qq.com>
@falkTX
Copy link
Contributor

falkTX commented Nov 26, 2024

is this the string selected from steinberg for the vst3 spec?
According to https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-linux-platform

MyPlugin.vst3/Contents/XXX-linux
with XXX the architecture name based on the output of command-line "uname -m" (machine hardware) + "-linux"

so what does uname -m return on a Loongarch64 system?

@YHStar
Copy link
Author

YHStar commented Nov 26, 2024

Thank you very much for review! uname -m returns loongarch64
image
I'm sorry for lack of information. I will change loong64 to Loongarch64 now.

@falkTX
Copy link
Contributor

falkTX commented Nov 26, 2024

seems good to me, but I need to ask to target develop branch instead of main.

@YHStar YHStar changed the base branch from main to develop November 26, 2024 21:44
@YHStar YHStar changed the base branch from develop to main November 26, 2024 21:44
@YHStar YHStar changed the base branch from main to develop November 26, 2024 22:25
@YHStar
Copy link
Author

YHStar commented Nov 26, 2024

Adjusted

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.

2 participants