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

Request to add RISC-V64 #19

Closed
ifarbod opened this issue Oct 30, 2024 · 1 comment
Closed

Request to add RISC-V64 #19

ifarbod opened this issue Oct 30, 2024 · 1 comment

Comments

@ifarbod
Copy link
Contributor

ifarbod commented Oct 30, 2024

Is your feature request related to a problem? Please describe.

xmake-io/xmake#5772

private Map<String, String> archMaps = [Arm64: "arm64-v8a", Armv7: "armeabi-v7a", Arm: "armeabi", X64: "x86_64", X86: "x86"]
// the forName maps
private Map<String, String> forNameMaps = ["arm64-v8a": "Arm64", "armeabi-v7a": "Armv7", "armeabi": "Arm", "x86_64": "X64", "x86": "X86"]
// the forName lists
private List<String> forNames = ["Arm64", "Armv7", "Arm", "X64", "X86"]

Describe the solution you'd like

Be able to build Risc-V apps with the Xmake gradle plugin.

Describe alternatives you've considered

No response

Additional context

No response

@waruqi
Copy link
Member

waruqi commented Oct 31, 2024

you can open a pr to add 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
Development

No branches or pull requests

2 participants