summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-07-15 10:53:23 +0100
committerBen Murdoch <benm@google.com>2010-07-15 11:52:51 +0100
commit31dbf1e39c75fa71a6175b95ce2172727630129b (patch)
tree4cfee0f360cc504604b6f7511d2196ed483557c7 /Android.mk
parentf48006ff278822e558c43fa7d6635f0ff34342b6 (diff)
downloadexternal_webkit-31dbf1e39c75fa71a6175b95ce2172727630129b.zip
external_webkit-31dbf1e39c75fa71a6175b95ce2172727630129b.tar.gz
external_webkit-31dbf1e39c75fa71a6175b95ce2172727630129b.tar.bz2
Add -fno-data-sections to WebCore makefile.
Change-Id: I9a79b98a5888137d044057e9a2595f3f5bb979f2
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 7501a23..a86fffa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -271,6 +271,7 @@ 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