setup script improvements, automatically clone xmrig-hac and build for multiple platforms

This commit is contained in:
dan_s
2026-03-03 01:47:44 -06:00
parent 3e6136983a
commit 386cc857b0
560 changed files with 146800 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
export TARGET_ARCH=mips64r6
export CFLAGS="-Os -march=${TARGET_ARCH}"
CC="mips64el-linux-android-gcc" NDK_PLATFORM=android-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-android "$(dirname "$0")/android-build.sh"