summaryrefslogtreecommitdiffstats
path: root/libm
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-06-23 20:12:05 +0000
committerDan Albert <danalbert@google.com>2014-06-23 20:12:05 +0000
commit4e4e1a5d78ff6dd9394b9b116c012046da409e99 (patch)
tree68252d281005257fa0e1664fa095e9eb1e11844d /libm
parent65e80cf62200085f72c1c081aea2d6e9b800cde2 (diff)
downloadbionic-4e4e1a5d78ff6dd9394b9b116c012046da409e99.zip
bionic-4e4e1a5d78ff6dd9394b9b116c012046da409e99.tar.gz
bionic-4e4e1a5d78ff6dd9394b9b116c012046da409e99.tar.bz2
Revert "Prevent symbols from libgcc from being reexported."
This reverts commit 65e80cf62200085f72c1c081aea2d6e9b800cde2. Change-Id: I5f94b123f73db8d0b03cd71a5cffa0662776a017
Diffstat (limited to 'libm')
-rw-r--r--libm/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/libm/Android.mk b/libm/Android.mk
index 994caa0..90b4906 100644
--- a/libm/Android.mk
+++ b/libm/Android.mk
@@ -291,12 +291,5 @@ LOCAL_MODULE:= libm
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_SYSTEM_SHARED_LIBRARIES := libc
LOCAL_WHOLE_STATIC_LIBRARIES := libm
-
-# We'd really like to do this for all architectures, but since this wasn't done
-# before, these symbols must continue to be exported on LP32 for binary
-# compatibility.
-LOCAL_LDFLAGS_arm64 := -Wl,--exclude-libs,libgcc.a
-LOCAL_LDFLAGS_mips64 := -Wl,--exclude-libs,libgcc.a
-LOCAL_LDFLAGS_x86_64 := -Wl,--exclude-libs,libgcc.a
include $(BUILD_SHARED_LIBRARY)
endif