Skip to content

Commit

Permalink
MIPS64 requires explicit -fintegrated-as
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Mar 13, 2018
1 parent 5572abd commit dd15cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mason.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ elif [ "${MASON_PLATFORM}" = 'android' ]; then
MASON_ANDROID_TOOLCHAIN="mips64el-linux-android"
export MASON_HOST_ARG="--host=${MASON_ANDROID_TOOLCHAIN}"

CFLAGS="-target mips64el-none-linux-android ${CFLAGS}"
CFLAGS="-target mips64el-none-linux-android ${CFLAGS} -fintegrated-as"

export JNIDIR="mips64"
MASON_ANDROID_ARCH="mips64"
Expand Down

0 comments on commit dd15cf8

Please sign in to comment.