diff options
author | Goran Jakovljevic <goran.jakovljevic@imgtec.com> | 2015-03-10 17:11:39 +0100 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2015-03-10 10:01:50 -0700 |
commit | 1156508265422f407c7072788ce6c32c35411941 (patch) | |
tree | 8396de72d1b950b695df57fe39a679c9e37ff440 /libm | |
parent | a94cf791c1c9b93d49f5573716de93348757ae15 (diff) | |
download | bionic-1156508265422f407c7072788ce6c32c35411941.zip bionic-1156508265422f407c7072788ce6c32c35411941.tar.gz bionic-1156508265422f407c7072788ce6c32c35411941.tar.bz2 |
Generate gnu hash for arm only
Fixes build failure caused by:
https://android-review.googlesource.com/#/c/139660
As previously discussed [1], MIPS does not support GNU-style ELF hashes.
[1] https://android-review.googlesource.com/#/c/49282/2/tests/Android.mk
Change-Id: I9a7966eebfd1ef0a587a20b71faefde38e84ab62
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 092ebd5..2f30c82 100644 --- a/libm/Android.mk +++ b/libm/Android.mk @@ -439,7 +439,7 @@ include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS) # TODO: This is to work around b/19059885. Remove after root cause is fixed -LOCAL_LDFLAGS := -Wl,--hash-style=both +LOCAL_LDFLAGS_arm := -Wl,--hash-style=both LOCAL_MODULE := libm LOCAL_CLANG := $(libm_clang) |