Stop advertising an arm32-specific hack like it's a build system feature.
Change-Id: I3a830b4a3516b6eb8e4f8e6e6b122a22a2e341df
This commit is contained in:
parent
ca566b3103
commit
6e39ba73bf
@ -64,13 +64,8 @@ libc_bionic_src_files_arm += \
|
|||||||
arch-arm/bionic/sigsetjmp.S \
|
arch-arm/bionic/sigsetjmp.S \
|
||||||
arch-arm/bionic/syscall.S \
|
arch-arm/bionic/syscall.S \
|
||||||
|
|
||||||
# These are used by the static and dynamic versions of the libc
|
libc_arch_static_src_files_arm := arch-arm/bionic/exidx_static.c
|
||||||
# respectively.
|
libc_arch_dynamic_src_files_arm := arch-arm/bionic/exidx_dynamic.c
|
||||||
libc_arch_static_src_files_arm := \
|
|
||||||
arch-arm/bionic/exidx_static.c \
|
|
||||||
|
|
||||||
libc_arch_dynamic_src_files_arm := \
|
|
||||||
arch-arm/bionic/exidx_dynamic.c \
|
|
||||||
|
|
||||||
## CPU variant specific source files
|
## CPU variant specific source files
|
||||||
ifeq ($(strip $(TARGET_$(my_2nd_arch_prefix)CPU_VARIANT)),)
|
ifeq ($(strip $(TARGET_$(my_2nd_arch_prefix)CPU_VARIANT)),)
|
||||||
@ -85,8 +80,7 @@ libc_common_additional_dependencies += $(cpu_variant_mk)
|
|||||||
|
|
||||||
cpu_variant_mk :=
|
cpu_variant_mk :=
|
||||||
|
|
||||||
##########################################
|
|
||||||
# crt-related
|
|
||||||
libc_crt_target_cflags_arm := \
|
libc_crt_target_cflags_arm := \
|
||||||
-I$(LOCAL_PATH)/arch-arm/include \
|
-I$(LOCAL_PATH)/arch-arm/include \
|
||||||
-mthumb-interwork
|
-mthumb-interwork
|
||||||
|
@ -53,14 +53,7 @@ libc_bionic_src_files_arm64 := \
|
|||||||
arch-arm64/bionic/syscall.S \
|
arch-arm64/bionic/syscall.S \
|
||||||
arch-arm64/bionic/vfork.S \
|
arch-arm64/bionic/vfork.S \
|
||||||
|
|
||||||
# These are used by the static and dynamic versions of the libc
|
|
||||||
# respectively.
|
|
||||||
libc_arch_static_src_files_arm64 :=
|
|
||||||
|
|
||||||
libc_arch_dynamic_src_files_arm64 :=
|
|
||||||
|
|
||||||
##########################################
|
|
||||||
# crt-related
|
|
||||||
libc_crt_target_cflags_arm64 := \
|
libc_crt_target_cflags_arm64 := \
|
||||||
-I$(LOCAL_PATH)/arch-arm64/include
|
-I$(LOCAL_PATH)/arch-arm64/include
|
||||||
|
|
||||||
|
@ -71,15 +71,7 @@ libc_bionic_src_files_mips += \
|
|||||||
arch-mips/string/memset.S \
|
arch-mips/string/memset.S \
|
||||||
arch-mips/string/mips_strlen.c \
|
arch-mips/string/mips_strlen.c \
|
||||||
|
|
||||||
# These are used by the static and dynamic versions of the libc
|
|
||||||
# respectively.
|
|
||||||
libc_arch_static_src_files_mips :=
|
|
||||||
|
|
||||||
libc_arch_dynamic_src_files_mips :=
|
|
||||||
|
|
||||||
|
|
||||||
##########################################
|
|
||||||
# crt-related
|
|
||||||
libc_crt_target_cflags_mips := \
|
libc_crt_target_cflags_mips := \
|
||||||
$($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \
|
$($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \
|
||||||
-I$(LOCAL_PATH)/arch-mips/include
|
-I$(LOCAL_PATH)/arch-mips/include
|
||||||
|
@ -59,12 +59,7 @@ libc_bionic_src_files_mips64 += bionic/memcpy.c
|
|||||||
libc_bionic_src_files_mips64 += bionic/memset.c
|
libc_bionic_src_files_mips64 += bionic/memset.c
|
||||||
libc_bionic_src_files_mips64 += string/strlen.c
|
libc_bionic_src_files_mips64 += string/strlen.c
|
||||||
|
|
||||||
libc_arch_static_src_files_mips64 :=
|
|
||||||
|
|
||||||
libc_arch_dynamic_src_files_mips64 :=
|
|
||||||
|
|
||||||
##########################################
|
|
||||||
# crt-related
|
|
||||||
libc_crt_target_cflags_mips64 := \
|
libc_crt_target_cflags_mips64 := \
|
||||||
$($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \
|
$($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \
|
||||||
-I$(LOCAL_PATH)/arch-mips/include
|
-I$(LOCAL_PATH)/arch-mips/include
|
||||||
|
@ -84,15 +84,7 @@ libc_bionic_src_files_x86 += \
|
|||||||
arch-x86/string/sse2-wcslen-atom.S \
|
arch-x86/string/sse2-wcslen-atom.S \
|
||||||
arch-x86/string/sse2-wcscmp-atom.S \
|
arch-x86/string/sse2-wcscmp-atom.S \
|
||||||
|
|
||||||
# These are used by the static and dynamic versions of the libc
|
|
||||||
# respectively.
|
|
||||||
libc_arch_static_src_files_x86 :=
|
|
||||||
|
|
||||||
libc_arch_dynamic_src_files_x86 :=
|
|
||||||
|
|
||||||
|
|
||||||
##########################################
|
|
||||||
# crt-related
|
|
||||||
libc_crt_target_cflags_x86 := \
|
libc_crt_target_cflags_x86 := \
|
||||||
-m32 \
|
-m32 \
|
||||||
-I$(LOCAL_PATH)/arch-x86/include
|
-I$(LOCAL_PATH)/arch-x86/include
|
||||||
|
@ -53,14 +53,7 @@ libc_bionic_src_files_x86_64 := \
|
|||||||
arch-x86_64/bionic/vfork.S \
|
arch-x86_64/bionic/vfork.S \
|
||||||
string/memcmp16.c \
|
string/memcmp16.c \
|
||||||
|
|
||||||
# These are used by the static and dynamic versions of the libc
|
|
||||||
# respectively.
|
|
||||||
libc_arch_static_src_files_x86_64 :=
|
|
||||||
|
|
||||||
libc_arch_dynamic_src_files_x86_64 :=
|
|
||||||
|
|
||||||
##########################################
|
|
||||||
# crt-related
|
|
||||||
libc_crt_target_cflags_x86_64 += \
|
libc_crt_target_cflags_x86_64 += \
|
||||||
-m64 \
|
-m64 \
|
||||||
-I$(LOCAL_PATH)/arch-x86_64/include
|
-I$(LOCAL_PATH)/arch-x86_64/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user