summaryrefslogtreecommitdiffstats
path: root/Android.libv8.mk
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-07-20 16:14:18 -0700
committerDoug Kwan <dougkwan@google.com>2010-07-20 16:14:18 -0700
commit2794f167cd167a39859e9be5be3b05bdb5feb10a (patch)
tree0b111210c8af321d11ac6b80930da2e61cac6ecd /Android.libv8.mk
parentac95265630a4e0c317a7a7201d17a57df7d9bcce (diff)
downloadandroid_external_v8-2794f167cd167a39859e9be5be3b05bdb5feb10a.tar.gz
android_external_v8-2794f167cd167a39859e9be5be3b05bdb5feb10a.tar.bz2
android_external_v8-2794f167cd167a39859e9be5be3b05bdb5feb10a.zip
Revert "Work around a problem triggered by -fdata-sections"
This reverts commit 85dec77e821ae98054f8e09ba3180c148a9264d6.
Diffstat (limited to 'Android.libv8.mk')
-rw-r--r--Android.libv8.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.libv8.mk b/Android.libv8.mk
index 8a5173a8..192a4775 100644
--- a/Android.libv8.mk
+++ b/Android.libv8.mk
@@ -85,11 +85,6 @@ ifeq ($(DEBUG_V8),true)
LOCAL_CFLAGS += -DDEBUG -UNDEBUG
endif
-# Work around a problem in v8 triggered by -fdata-sections.
-ifeq ($(TARGET_ARCH),arm)
-LOCAL_CFLAGS += -fno-data-sections
-endif
-
LOCAL_C_INCLUDES += bionic/libc/include $(LOCAL_PATH)/src
include $(BUILD_STATIC_LIBRARY)