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
1 changed files with 3 additions and 0 deletions

View File

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