Skip to content

Commit

Permalink
remove value of loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Panxuefeng-loongson committed Aug 17, 2023
1 parent 798fcf2 commit adf38e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/bytedeco/javacpp/Loader.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ public static String getPlatform() {
osArch = "x86_64";
} else if (osArch.startsWith("aarch64") || osArch.startsWith("armv8") || osArch.startsWith("arm64")) {
osArch = "arm64";
} else if (osArch.startsWith("loongarch64")) {
osArch = "loongarch64";
} else if ((osArch.startsWith("arm")) && ((abiType.equals("gnueabihf")) || (libPath.contains("jdk-armhf")))) {
osArch = "armhf";
} else if (osArch.startsWith("arm")) {
Expand Down

0 comments on commit adf38e2

Please sign in to comment.