Merge "[MIPS64] linker64 requires startup code"

This commit is contained in:
Elliott Hughes 2014-06-13 02:32:37 +00:00 committed by Gerrit Code Review
commit ae3c6af3e5

View file

@ -16,6 +16,7 @@ LOCAL_SRC_FILES_arm64 := arch/arm64/begin.S
LOCAL_SRC_FILES_x86 := arch/x86/begin.c
LOCAL_SRC_FILES_x86_64 := arch/x86_64/begin.S
LOCAL_SRC_FILES_mips := arch/mips/begin.S
LOCAL_SRC_FILES_mips64 := arch/mips64/begin.S
LOCAL_LDFLAGS := \
-shared \