summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-10-13 11:16:08 -0700
committerChih-Hung Hsieh <chh@google.com>2015-10-13 11:16:08 -0700
commit4be92ff9cdab332dec621f403d29765be42cc024 (patch)
treebfd86baef4f672f1bd8a666cb2456f6b81b4d029
parentb9da4221fd8a628a696d70c33ba1e7e8cc00a8fe (diff)
downloadfio-4be92ff9cdab332dec621f403d29765be42cc024.tar.gz
Enable clang after new Android clang upgrade.
* Now Android clang can support TLS like gcc. BUG: 17167262 BUG: 21082792 Change-Id: I9303f5c78e52147e544d83d12246258e893a0d3e
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 3e0b5ab4..c617df42 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,10 +16,6 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-ifeq ($(TARGET_ARCH),arm)
-# b/17167262, Cannot link gettime.c, undefined __aeabi_read_tp, when compiled with -fpie.
-LOCAL_CLANG := false
-endif
LOCAL_CFLAGS_32 += -DBITS_PER_LONG=32 -DCONFIG_64BIT
LOCAL_CFLAGS_64 += -DBITS_PER_LONG=64 -DCONFIG_32BIT