Skip to content

Commit 5e69386

Browse files
committed
MIPS64 requires explicit -fno-integrated-as
See android/ndk#399.
1 parent 824b37e commit 5e69386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mason.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ elif [ "${MASON_PLATFORM}" = 'android' ]; then
214214
MASON_ANDROID_TOOLCHAIN="mips64el-linux-android"
215215
export MASON_HOST_ARG="--host=${MASON_ANDROID_TOOLCHAIN}"
216216

217-
CFLAGS="-target mips64el-none-linux-android ${CFLAGS}"
217+
CFLAGS="-target mips64el-none-linux-android ${CFLAGS} -fno-integrated-as"
218218

219219
export JNIDIR="mips64"
220220
MASON_ANDROID_ARCH="mips64"

0 commit comments

Comments
 (0)