diff options
author | Elliott Hughes <enh@google.com> | 2014-02-20 19:58:23 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-02-20 19:58:23 +0000 |
commit | 22c6b7ffd36fe8b34b677eea94d00aef2624e4e8 (patch) | |
tree | 499cc654c556b62b38efec2ede66749e51e9ff08 | |
parent | 6a686556b9f112fdf02ce404d680306ab1d901be (diff) | |
parent | c345caae9a15dba12bc613ebfbd10f1e3ee57e10 (diff) | |
download | bionic-22c6b7ffd36fe8b34b677eea94d00aef2624e4e8.zip bionic-22c6b7ffd36fe8b34b677eea94d00aef2624e4e8.tar.gz bionic-22c6b7ffd36fe8b34b677eea94d00aef2624e4e8.tar.bz2 |
Merge "Fix mips64 crt build."
-rw-r--r-- | libc/arch-mips64/mips64.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk index 96ee66d..11ceb40 100644 --- a/libc/arch-mips64/mips64.mk +++ b/libc/arch-mips64/mips64.mk @@ -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 |