aboutsummaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/Android.mk21
1 files changed, 3 insertions, 18 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index 814940cb1..4a199e747 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -824,12 +824,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(libc_upstream_openbsd_ndk_src_files)
-ifneq (,$(filter $(TARGET_ARCH),x86 x86_64))
- # Clang has wrong long double size or LDBL_MANT_DIG, http://b/17163651.
- LOCAL_CLANG := false
-else
- LOCAL_CLANG := $(use_clang)
-endif
+LOCAL_CLANG := $(use_clang)
LOCAL_CFLAGS := \
$(libc_common_cflags) \
@@ -867,12 +862,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(libc_upstream_openbsd_src_files)
-ifneq (,$(filter $(TARGET_ARCH),x86 x86_64))
- # Clang has wrong long double size or LDBL_MANT_DIG, http://b/17163651.
- LOCAL_CLANG := false
-else
- LOCAL_CLANG := $(use_clang)
-endif
+LOCAL_CLANG := $(use_clang)
LOCAL_CFLAGS := \
$(libc_common_cflags) \
@@ -912,12 +902,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES_32 := $(libc_upstream_openbsd_gdtoa_src_files_32)
LOCAL_SRC_FILES_64 := $(libc_upstream_openbsd_gdtoa_src_files_64)
-ifneq (,$(filter $(TARGET_ARCH),x86 x86_64))
- # Clang has wrong long double size or LDBL_MANT_DIG, http://b/17163651.
- LOCAL_CLANG := false
-else
- LOCAL_CLANG := $(use_clang)
-endif
+LOCAL_CLANG := $(use_clang)
LOCAL_CFLAGS := \
$(libc_common_cflags) \