-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[feat] add arch support for loong64 #8623
Conversation
since the loong64 already support the basic tool-chains and rust etc. |
This only adds documentation for the Since we don't have any particular documentation item specific to |
It works because rust is already support loong64. Once added loongarch64-unknown-linux-gnu target, it can be complied in loong64 machines. It doesn't need to have loong64 release in github, just for source code support, so downstream(Archlinux etc.) can compile without add patch. Tauri is already compiled successfully in loong64. We don't need "need to cross compile", we just compile in loong64 machine. If it can be merged, just for source code, and don't need release compile, it will help a lot! |
@lucasfernog Thank your review. I test again just now to build Still hope it can add to source(convenient for loong64 user to build in their local) |
No description provided.