aboutsummaryrefslogtreecommitdiff
path: root/ots.target.darwin-mips.mk
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-01-17 06:10:58 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-01-17 06:10:58 +0000
commit204bddddab9b3fc9652b332dd43d3571ad625a0c (patch)
tree82c0962228b5f8037eeacf2308e8cd74d467586c /ots.target.darwin-mips.mk
parent466c86e82fe58d00d3f17ad154c758dd23c1f421 (diff)
downloadots-204bddddab9b3fc9652b332dd43d3571ad625a0c.tar.gz
Update makefiles after merge of Chromium at 245428
This commit was generated by merge_from_chromium.py. Change-Id: Ied5789dc32a33339419d1469dcad157472dc860d
Diffstat (limited to 'ots.target.darwin-mips.mk')
-rw-r--r--ots.target.darwin-mips.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/ots.target.darwin-mips.mk b/ots.target.darwin-mips.mk
index 41a4759..f834aa6 100644
--- a/ots.target.darwin-mips.mk
+++ b/ots.target.darwin-mips.mk
@@ -85,7 +85,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -167,7 +168,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \