mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
99956aa33a
commit
4fd6797319
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user