diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-03-13 21:04:07 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-13 21:04:08 +0000 |
commit | d7e091efc477c17da97415fa944675c6f16dcdb5 (patch) | |
tree | 904c8fac8e099244d92cf0dfb495d6a95335e1b9 /libm | |
parent | f074b531d266deb63c17e1d3bff751f3f3740d9d (diff) | |
parent | 2e16d2cf1e477af1db92efde389a5ce0a8e6fbb3 (diff) | |
download | bionic-d7e091efc477c17da97415fa944675c6f16dcdb5.zip bionic-d7e091efc477c17da97415fa944675c6f16dcdb5.tar.gz bionic-d7e091efc477c17da97415fa944675c6f16dcdb5.tar.bz2 |
Merge "Switch libc and libm to sysv-only hash style"
Diffstat (limited to 'libm')
-rw-r--r-- | libm/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Android.mk b/libm/Android.mk index 529dda8..6472a15 100644 --- a/libm/Android.mk +++ b/libm/Android.mk @@ -514,7 +514,7 @@ include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS) # TODO: This is to work around b/19059885. Remove after root cause is fixed -LOCAL_LDFLAGS_arm := -Wl,--hash-style=both +LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv LOCAL_MODULE := libm LOCAL_CLANG := $(libm_clang) |