summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-07-22 11:16:10 +0100
committerBen Murdoch <benm@google.com>2010-07-22 11:16:10 +0100
commit0286594a8b68c879fc5c11deb6f14c4ccadeef2a (patch)
tree60781f20e239eac591f344a4861f8ddd219baceb /Android.mk
parent42273f235d52ec2fd9b529d5c2db08187d4eb6c8 (diff)
downloadexternal_webkit-0286594a8b68c879fc5c11deb6f14c4ccadeef2a.zip
external_webkit-0286594a8b68c879fc5c11deb6f14c4ccadeef2a.tar.gz
external_webkit-0286594a8b68c879fc5c11deb6f14c4ccadeef2a.tar.bz2
Revert "Add -fno-data-sections to WebCore makefile."
This reverts commit 31dbf1e39c75fa71a6175b95ce2172727630129b. The underlying issue in the compiler has been fixed.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 810dec8..5d7496b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -273,7 +273,6 @@ ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -Darm
# remove this warning: "note: the mangling of 'va_list' has changed in GCC 4.4"
LOCAL_CFLAGS += -Wno-psabi
-LOCAL_CFLAGS += -fno-data-sections
endif
# need a flag to tell the C side when we're on devices with large memory