Skip to content

Commit

Permalink
Remove linux-loongarch64 dockcross
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangzhai authored and Leslie Zhai committed Oct 23, 2023
1 parent d057948 commit d88f96a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ linux-s390x: jni-header
windows-aarch64: jni-header
./docker/dockcross-windows-arm64 -a $(DOCKER_RUN_OPTS) bash -c 'make clean-native native CROSS_PREFIX=/usr/xcc/aarch64-w64-mingw32-cross/bin/aarch64-w64-mingw32- OS_NAME=Windows OS_ARCH=aarch64'

linux-loongarch64: jni-header
./docker/dockcross-loongarch64 -a $(DOCKER_RUN_OPTS) bash -c 'make clean-native native CROSS_PREFIX=/usr/xcc/loongarch64-unknown-linux-gnu/bin/loongarch64-unknown-linux-gnu- OS_NAME=Linux OS_ARCH=loongarch64'

javadoc:
$(SBT) doc

Expand Down

0 comments on commit d88f96a

Please sign in to comment.