Home | History | Annotate | Line # | Download | only in dist-build
android-mips64.sh revision 1.1
      1 #!/bin/sh
      2 export TARGET_ARCH=mips64r6
      3 export CFLAGS="-Os -march=${TARGET_ARCH}"
      4 CC="mips64el-linux-android-gcc" NDK_PLATFORM=android-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-android "$(dirname "$0")/android-build.sh"
      5