summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-02-04 17:35:49 -0800
committerColin Cross <ccross@android.com>2015-02-04 17:35:49 -0800
commit1742a32aea4108a8a967e8da2131de30c8808658 (patch)
tree2410fb404c8fad86685f79e1b867a37025744889 /libc/arch-x86
parent94335cc8e2f32638d9e38741ddabfd19a38e0840 (diff)
downloadbionic-1742a32aea4108a8a967e8da2131de30c8808658.tar.gz
bionic-1742a32aea4108a8a967e8da2131de30c8808658.tar.bz2
bionic-1742a32aea4108a8a967e8da2131de30c8808658.zip
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-x86')
-rw-r--r--libc/arch-x86/x86.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/libc/arch-x86/x86.mk b/libc/arch-x86/x86.mk
index 989690c61..e5d70a9d8 100644
--- a/libc/arch-x86/x86.mk
+++ b/libc/arch-x86/x86.mk
@@ -1,24 +1,6 @@
# 32-bit x86.
#
-# Various kinds of LP32 cruft.
-#
-
-libc_bionic_src_files_x86 += \
- bionic/mmap.cpp \
-
-libc_common_src_files_x86 += \
- bionic/legacy_32_bit_support.cpp \
- bionic/ndk_cruft.cpp \
- bionic/time64.c \
-
-libc_netbsd_src_files_x86 += \
- upstream-netbsd/common/lib/libc/hash/sha1/sha1.c \
-
-libc_openbsd_src_files_x86 += \
- upstream-openbsd/lib/libc/stdio/putw.c \
-
-#
# Default implementations of functions that are commonly optimized.
#