From d88f96acdd6a6533375d272ff0c971244891d8d8 Mon Sep 17 00:00:00 2001 From: Leslie Zhai Date: Mon, 23 Oct 2023 09:03:40 +0800 Subject: [PATCH] Remove linux-loongarch64 dockcross --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ad4dec67..6c3719d0 100644 --- a/Makefile +++ b/Makefile @@ -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