Update makefiles after merge of Chromium at 244866

This commit was generated by merge_from_chromium.py.

Change-Id: Ibdba49192273233f66c3eb06bfa94f2ffa056c02
diff --git a/ots.target.darwin-x86.mk b/ots.target.darwin-x86.mk
index 652a226..420cfb7 100644
--- a/ots.target.darwin-x86.mk
+++ b/ots.target.darwin-x86.mk
@@ -67,7 +67,6 @@
 	-fvisibility=hidden \
 	-pipe \
 	-fPIC \
-	-funwind-tables \
 	-m32 \
 	-mmmx \
 	-march=pentium4 \
@@ -89,7 +88,8 @@
 	-g \
 	-fomit-frame-pointer \
 	-fdata-sections \
-	-ffunction-sections
+	-ffunction-sections \
+	-funwind-tables
 
 MY_DEFS_Debug := \
 	'-DV8_DEPRECATION_WARNINGS' \
@@ -136,7 +136,6 @@
 	-fno-threadsafe-statics \
 	-fvisibility-inlines-hidden \
 	-Wsign-compare \
-	-Wno-error=c++0x-compat \
 	-Wno-non-virtual-dtor \
 	-Wno-sign-promo
 
@@ -153,7 +152,6 @@
 	-fvisibility=hidden \
 	-pipe \
 	-fPIC \
-	-funwind-tables \
 	-m32 \
 	-mmmx \
 	-march=pentium4 \
@@ -175,7 +173,8 @@
 	-fno-ident \
 	-fdata-sections \
 	-ffunction-sections \
-	-fomit-frame-pointer
+	-fomit-frame-pointer \
+	-funwind-tables
 
 MY_DEFS_Release := \
 	'-DV8_DEPRECATION_WARNINGS' \
@@ -223,7 +222,6 @@
 	-fno-threadsafe-statics \
 	-fvisibility-inlines-hidden \
 	-Wsign-compare \
-	-Wno-error=c++0x-compat \
 	-Wno-non-virtual-dtor \
 	-Wno-sign-promo