aboutsummaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-05-07 15:12:24 -0700
committerDan Albert <danalbert@google.com>2015-05-08 09:36:03 -0700
commit6b27e6e8e095fe288a450dbc9f42ea4ccec39ff0 (patch)
treeb434e9bb7215f102a848243acd79bcf9f9ea6a25 /libc/Android.mk
parent20db14018193fb153824d7384c271f42e1e98b3c (diff)
downloadandroid_bionic-6b27e6e8e095fe288a450dbc9f42ea4ccec39ff0.tar.gz
android_bionic-6b27e6e8e095fe288a450dbc9f42ea4ccec39ff0.tar.bz2
android_bionic-6b27e6e8e095fe288a450dbc9f42ea4ccec39ff0.zip
Revert "Fix volantis boot."
Bug: http://b/20065774 This reverts commit 76e1cbca75e9fdaf7a7943f2c58e65433b283f4a. (cherry picked from commit 7c2c01d681d7f2faa256a263996a35ac3edc94b3)
Diffstat (limited to 'libc/Android.mk')
-rw-r--r--libc/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index 4a20b3f7d..c8bdb061b 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -1388,8 +1388,7 @@ LOCAL_LDFLAGS := -Wl,--version-script,$(LOCAL_PATH)/version_script.txt
# 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.
-# TODO: disabled for http://b/20065774.
-#LOCAL_LDFLAGS_64 := -Wl,--exclude-libs,libgcc.a
+LOCAL_LDFLAGS_64 := -Wl,--exclude-libs,libgcc.a
# TODO: This is to work around b/19059885. Remove after root cause is fixed
LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv