Merge "[MIPS64] linker64 requires startup code"
This commit is contained in:
commit
ae3c6af3e5
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue