summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexey Brodkin <alexey.brodkin@synopsys.com>2018-11-12 23:48:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-14 11:14:40 +0000
commit4fd67973195f144ebbc359eacd76456b309305eb (patch)
tree38c3094063461bb4b771b51f3b73876b0796b599 /meta/recipes-devtools
parent99956aa33a93e0ce549e09a8fb8bcf2ccaf5b329 (diff)
downloadpoky-4fd67973195f144ebbc359eacd76456b309305eb.tar.gz
tcf-agent: Disable architecture-specific features for ARC
There's no support of architecture-specific features for ARC in tcf-agent, so disable non-generic stuff for now. (From OE-Core rev: 49b376b84bcb321eac9787957be2c94ec59e0a95) Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index d901c18c39..b4bd4ca63c 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -41,6 +41,7 @@ LCL_STOP_SERVICES = "-DSERVICE_RunControl=0 -DSERVICE_Breakpoints=0 \
41 41
42# These features don't compile for several cases. 42# These features don't compile for several cases.
43# 43#
44CFLAGS_append_arc = " ${LCL_STOP_SERVICES}"
44CFLAGS_append_mips = " ${LCL_STOP_SERVICES}" 45CFLAGS_append_mips = " ${LCL_STOP_SERVICES}"
45CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}" 46CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}"
46CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}" 47CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}"