[oe-commits] [openembedded-core] 04/10: tcf-agent: Disable architecture-specific features for ARC

git at git.openembedded.org git at git.openembedded.org
Tue Nov 13 23:03:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 49b376b84bcb321eac9787957be2c94ec59e0a95
Author: Alexey Brodkin <alexey.brodkin at synopsys.com>
AuthorDate: Mon Nov 12 23:48:00 2018 +0300

    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.
    
    Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
    Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
    Cc: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index d901c18..b4bd4ca 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 \
 
 # 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list