Skip to content

Commit

Permalink
Add support for loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaixiaojuan committed Apr 15, 2023
1 parent ad47dc3 commit a5d3dc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else if (ArchLoader.IS_AIX) {
if (ArchName.is64()) {
getProject().setProperty("jni.arch64", "true");
if (ArchLoader.IS_LINUX) {
if (!osArch.equals("ia64")) {
if (!osArch.equals("ia64") && !osArch.equals("loongarch64")) {
getProject().setProperty("jni.gccm", "-m64");
}
}
Expand Down

0 comments on commit a5d3dc9

Please sign in to comment.