Revert "Work around a problem triggered by -fdata-sections"

This reverts commit 85dec77e821ae98054f8e09ba3180c148a9264d6.
diff --git a/Android.libv8.mk b/Android.libv8.mk
index 8a5173a..192a477 100644
--- a/Android.libv8.mk
+++ b/Android.libv8.mk
@@ -85,11 +85,6 @@
 	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)