summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Chromium Automerger <chromium-automerger@android>2014-01-15 12:17:35 +0000
committerAndroid Chromium Automerger <chromium-automerger@android>2014-01-15 12:17:35 +0000
commit89f8b2711b317ccf82f770d76eb56eee57ad9e7a (patch)
tree65f8824d1c83be795d62ba1b2ddfb19200fbf914
parentec5a0335e49e1524ed8fddb699a55dc6c9ce9250 (diff)
downloadfreetype-89f8b2711b317ccf82f770d76eb56eee57ad9e7a.tar.gz
Update makefiles after merge of Chromium at 244866
This commit was generated by merge_from_chromium.py. Change-Id: Id89a420be48add92d674dcb271f90744335747b4
-rw-r--r--ft2.target.darwin-arm.mk10
-rw-r--r--ft2.target.darwin-mips.mk10
-rw-r--r--ft2.target.darwin-x86.mk10
-rw-r--r--ft2.target.linux-arm.mk10
-rw-r--r--ft2.target.linux-mips.mk10
-rw-r--r--ft2.target.linux-x86.mk10
6 files changed, 24 insertions, 36 deletions
diff --git a/ft2.target.darwin-arm.mk b/ft2.target.darwin-arm.mk
index 1ca68c5..6c77251 100644
--- a/ft2.target.darwin-arm.mk
+++ b/ft2.target.darwin-arm.mk
@@ -55,7 +55,6 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
@@ -79,7 +78,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -131,7 +131,6 @@ LOCAL_CPPFLAGS_Debug := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-abi \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
@@ -148,7 +147,6 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
@@ -172,7 +170,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -224,7 +223,6 @@ LOCAL_CPPFLAGS_Release := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-abi \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
diff --git a/ft2.target.darwin-mips.mk b/ft2.target.darwin-mips.mk
index 3d25dc4..fda680a 100644
--- a/ft2.target.darwin-mips.mk
+++ b/ft2.target.darwin-mips.mk
@@ -56,7 +56,6 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
@@ -79,7 +78,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -131,7 +131,6 @@ LOCAL_CPPFLAGS_Debug := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-uninitialized \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
@@ -149,7 +148,6 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
@@ -172,7 +170,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -224,7 +223,6 @@ LOCAL_CPPFLAGS_Release := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-uninitialized \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
diff --git a/ft2.target.darwin-x86.mk b/ft2.target.darwin-x86.mk
index 36b186f..073c551 100644
--- a/ft2.target.darwin-x86.mk
+++ b/ft2.target.darwin-x86.mk
@@ -54,7 +54,6 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -81,7 +80,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -132,7 +132,6 @@ LOCAL_CPPFLAGS_Debug := \
-fno-threadsafe-statics \
-fvisibility-inlines-hidden \
-Wno-deprecated \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
@@ -148,7 +147,6 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -175,7 +173,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -226,7 +225,6 @@ LOCAL_CPPFLAGS_Release := \
-fno-threadsafe-statics \
-fvisibility-inlines-hidden \
-Wno-deprecated \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
diff --git a/ft2.target.linux-arm.mk b/ft2.target.linux-arm.mk
index 1ca68c5..6c77251 100644
--- a/ft2.target.linux-arm.mk
+++ b/ft2.target.linux-arm.mk
@@ -55,7 +55,6 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
@@ -79,7 +78,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -131,7 +131,6 @@ LOCAL_CPPFLAGS_Debug := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-abi \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
@@ -148,7 +147,6 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
@@ -172,7 +170,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -224,7 +223,6 @@ LOCAL_CPPFLAGS_Release := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-abi \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
diff --git a/ft2.target.linux-mips.mk b/ft2.target.linux-mips.mk
index 3d25dc4..fda680a 100644
--- a/ft2.target.linux-mips.mk
+++ b/ft2.target.linux-mips.mk
@@ -56,7 +56,6 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
@@ -79,7 +78,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -131,7 +131,6 @@ LOCAL_CPPFLAGS_Debug := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-uninitialized \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
@@ -149,7 +148,6 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
@@ -172,7 +170,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -224,7 +223,6 @@ LOCAL_CPPFLAGS_Release := \
-fvisibility-inlines-hidden \
-Wno-deprecated \
-Wno-uninitialized \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
diff --git a/ft2.target.linux-x86.mk b/ft2.target.linux-x86.mk
index 36b186f..073c551 100644
--- a/ft2.target.linux-x86.mk
+++ b/ft2.target.linux-x86.mk
@@ -54,7 +54,6 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -81,7 +80,8 @@ MY_CFLAGS_Debug := \
-g \
-fomit-frame-pointer \
-fdata-sections \
- -ffunction-sections
+ -ffunction-sections \
+ -funwind-tables
MY_DEFS_Debug := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -132,7 +132,6 @@ LOCAL_CPPFLAGS_Debug := \
-fno-threadsafe-statics \
-fvisibility-inlines-hidden \
-Wno-deprecated \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor
@@ -148,7 +147,6 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
- -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -175,7 +173,8 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer
+ -fomit-frame-pointer \
+ -funwind-tables
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
@@ -226,7 +225,6 @@ LOCAL_CPPFLAGS_Release := \
-fno-threadsafe-statics \
-fvisibility-inlines-hidden \
-Wno-deprecated \
- -Wno-error=c++0x-compat \
-Wno-non-virtual-dtor \
-Wno-sign-promo \
-Wno-non-virtual-dtor