Merge "[MIPS] Fix Mips64 build of libm"

This commit is contained in:
Christopher Ferris 2015-02-11 21:07:46 +00:00 committed by Gerrit Code Review
commit 0046c39f9e

View File

@ -270,6 +270,9 @@ LOCAL_SRC_FILES_arm64 += \
LOCAL_SRC_FILES_mips += \
mips/fenv.c \
LOCAL_SRC_FILES_mips64 += \
mips/fenv.c \
LOCAL_SRC_FILES_x86 += \
i387/fenv.c \