summaryrefslogtreecommitdiff
path: root/ft2.target.linux-mips.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-09-10 10:54:34 +0100
committerTorne (Richard Coles) <torne@google.com>2014-09-10 10:54:34 +0100
commit8651496036bd7a5c973222bebc1bfb8257e29e2f (patch)
treed3a41fb99fa08cdfa8ce923c06037cb0f1ec97b3 /ft2.target.linux-mips.mk
parentbfe0f08e261e819f74078db9a6cd3c0cc3708613 (diff)
downloadfreetype-8651496036bd7a5c973222bebc1bfb8257e29e2f.tar.gz
Change-Id: I894b63d54939fc0d3ce7f3aa6f97dfd71ea2bfc5
Diffstat (limited to 'ft2.target.linux-mips.mk')
-rw-r--r--ft2.target.linux-mips.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/ft2.target.linux-mips.mk b/ft2.target.linux-mips.mk
index 7620e24..7d78ae5 100644
--- a/ft2.target.linux-mips.mk
+++ b/ft2.target.linux-mips.mk
@@ -149,6 +149,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-non-virtual-dtor
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
-fstack-protector \
@@ -253,7 +255,10 @@ LOCAL_CPPFLAGS_Release := \
-Wno-non-virtual-dtor
+LOCAL_FDO_SUPPORT_Release := false
+
LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
+LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
LOCAL_ASFLAGS := $(LOCAL_CFLAGS)