diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-05-15 17:53:39 -0700 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2015-05-15 18:39:16 -0700 |
commit | 69a5fb951d69689dedd83cb033ae3dcd0ef05b65 (patch) | |
tree | 81540a3dd46f0a604f90993d371c207f5bf3e721 /libm | |
parent | ff407803dbbee26ab19c02aaece0e75c019534c4 (diff) | |
download | bionic-69a5fb951d69689dedd83cb033ae3dcd0ef05b65.zip bionic-69a5fb951d69689dedd83cb033ae3dcd0ef05b65.tar.gz bionic-69a5fb951d69689dedd83cb033ae3dcd0ef05b65.tar.bz2 |
Apply work around b/19059885 to x86
Bug: http://b/19059885
Bug: http://b/21203348
Change-Id: Ic375e9f877d68de8f866d17362879a7dde638465
Diffstat (limited to 'libm')
-rw-r--r-- | libm/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/Android.mk b/libm/Android.mk index 529dda8..4a5bbad 100644 --- a/libm/Android.mk +++ b/libm/Android.mk @@ -515,6 +515,7 @@ 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_x86 := -Wl,--hash-style=both LOCAL_MODULE := libm LOCAL_CLANG := $(libm_clang) |