diff options
author | Colin Cross <ccross@android.com> | 2015-02-05 01:57:27 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-05 01:57:28 +0000 |
commit | da2c0a708ed6c0091f3f89fd8838292579dad800 (patch) | |
tree | 366ffdc2136629ea65b5086c3b3a1bbd3a582c14 /libc/arch-mips | |
parent | 17976019a13a94ae428849bfe297f8e531f95013 (diff) | |
parent | 5b869c0bbf8a2924ab69d86a98e9a25558d33494 (diff) | |
download | bionic-da2c0a708ed6c0091f3f89fd8838292579dad800.zip bionic-da2c0a708ed6c0091f3f89fd8838292579dad800.tar.gz bionic-da2c0a708ed6c0091f3f89fd8838292579dad800.tar.bz2 |
Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680
* changes:
Use LOCAL_LDFLAGS_64 instead of enumerating 64-bit architectures
Fix typo in cpu variant makefile depenendency for arm64
Remove libc_static_common_src_files
Share LP32 makefile settings between arches
Diffstat (limited to 'libc/arch-mips')
-rw-r--r-- | libc/arch-mips/mips.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libc/arch-mips/mips.mk b/libc/arch-mips/mips.mk index 7f36635..7e3fe25 100644 --- a/libc/arch-mips/mips.mk +++ b/libc/arch-mips/mips.mk @@ -1,24 +1,6 @@ # 32-bit mips. # -# Various kinds of LP32 cruft. -# - -libc_bionic_src_files_mips += \ - bionic/mmap.cpp \ - -libc_common_src_files_mips += \ - bionic/legacy_32_bit_support.cpp \ - bionic/ndk_cruft.cpp \ - bionic/time64.c \ - -libc_netbsd_src_files_mips += \ - upstream-netbsd/common/lib/libc/hash/sha1/sha1.c \ - -libc_openbsd_src_files_mips += \ - upstream-openbsd/lib/libc/stdio/putw.c \ - -# # Default implementations of functions that are commonly optimized. # |