summaryrefslogtreecommitdiff
authorPengguang Zhu <pengguang.zhu@amlogic.com>2017-09-01 09:14:41 (GMT)
committer Pengguang Zhu <pengguang.zhu@amlogic.com>2017-09-01 09:16:51 (GMT)
commit4f7e516423da11838fd44e394d2c8ed1aab753df (patch)
treed7e487429766a348a26f0c5da896da955f46e4a0
parent94850a0333740445bcb7225a2033c5c437c01236 (diff)
downloadtdk-4f7e516423da11838fd44e394d2c8ed1aab753df.zip
tdk-4f7e516423da11838fd44e394d2c8ed1aab753df.tar.gz
tdk-4f7e516423da11838fd44e394d2c8ed1aab753df.tar.bz2
mk: export cxxflag, enable C++ compiler
Change-Id: Ifb673e5834a76a480478c8b13164a47ac5809057 Signed-off-by: Pengguang Zhu <pengguang.zhu@amlogic.com>
Diffstat
-rw-r--r--ta_export/mk/conf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ta_export/mk/conf.mk b/ta_export/mk/conf.mk
index d478edb..3a9238b 100644
--- a/ta_export/mk/conf.mk
+++ b/ta_export/mk/conf.mk
@@ -4,7 +4,7 @@ CFG_TA_FLOAT_SUPPORT := y
CFG_ARM32_ta_arm32 := y
ta_arm32-platform-cppflags := -DARM32=1 -D__ILP32__=1
ta_arm32-platform-cflags := -mcpu=cortex-a9 -Os -g3 -fpie -mthumb -mthumb-interwork -fno-short-enums -fno-common -mno-unaligned-access -mfloat-abi=hard -funsafe-math-optimizations
-ta_arm32-platform-cxxflags :=
+ta_arm32-platform-cxxflags := -mcpu=cortex-a9 -Os -g3 -fpie -mthumb -mthumb-interwork -fno-short-enums -fno-common -mno-unaligned-access -mfloat-abi=hard -funsafe-math-optimizations
ta_arm32-platform-aflags := -mcpu=cortex-a9
CROSS_COMPILE32 ?= $(CROSS_COMPILE)
CROSS_COMPILE_ta_arm32 ?= $(CROSS_COMPILE32)