diff options
author | Colin Cross <ccross@android.com> | 2015-02-04 17:35:49 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2015-02-04 17:35:49 -0800 |
commit | 1742a32aea4108a8a967e8da2131de30c8808658 (patch) | |
tree | 2410fb404c8fad86685f79e1b867a37025744889 /libc/arch-mips | |
parent | 94335cc8e2f32638d9e38741ddabfd19a38e0840 (diff) | |
download | bionic-1742a32aea4108a8a967e8da2131de30c8808658.zip bionic-1742a32aea4108a8a967e8da2131de30c8808658.tar.gz bionic-1742a32aea4108a8a967e8da2131de30c8808658.tar.bz2 |
Share LP32 makefile settings between arches
Add <var>_32 to patch-up-arch-specific-flags, and move the LP32
cruft varaibles from the 32-bit arch specific makefiles into the
top level Android.mk.
Change-Id: Id3fcf6805d4af048c2524c94b1295416ebe7d057
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. # |