]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcf-agent: Disable architecture-specific features for ARC
authorAlexey Brodkin <alexey.brodkin@synopsys.com>
Mon, 12 Nov 2018 20:48:00 +0000 (23:48 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Nov 2018 23:01:07 +0000 (23:01 +0000)
There's no support of architecture-specific features for ARC
in tcf-agent, so disable non-generic stuff for now.

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>
meta/recipes-devtools/tcf-agent/tcf-agent_git.bb

index d901c18c39f6fab1421b26f7c9e8b6abb2651eeb..b4bd4ca63c267027cfe7e00274974d2af3ebec6f 100644 (file)
@@ -41,6 +41,7 @@ LCL_STOP_SERVICES = "-DSERVICE_RunControl=0 -DSERVICE_Breakpoints=0 \
 
 # These features don't compile for several cases.
 #
+CFLAGS_append_arc = " ${LCL_STOP_SERVICES}"
 CFLAGS_append_mips = " ${LCL_STOP_SERVICES}"
 CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}"
 CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}"