Merge "Fix mips64 crt build."
This commit is contained in:
commit
22c6b7ffd3
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@ libc_bionic_src_files_mips64 += string/strlen.c
|
|||
|
||||
libc_crt_target_cflags_mips64 := \
|
||||
$($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \
|
||||
-I$(LOCAL_PATH)/arch-mips/include
|
||||
-I$(LOCAL_PATH)/arch-mips64/include
|
||||
|
||||
libc_crt_target_crtbegin_file_mips64 := \
|
||||
$(LOCAL_PATH)/arch-mips/bionic/crtbegin.c
|
||||
$(LOCAL_PATH)/arch-mips64/bionic/crtbegin.c
|
||||
|
||||
libc_crt_target_crtbegin_so_file_mips64 := \
|
||||
$(LOCAL_PATH)/arch-common/bionic/crtbegin_so.c
|
||||
|
|
Loading…
Reference in a new issue