mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 01:40:45 +00:00
ti-ipc: suppress gcc10 multiple definitions of _GateHWSpinlock_cfgParams
Workaround for this gcc10 error: .../linux/src/api/gates/GateHWSpinlock.c:96: multiple definition of `_GateHWSpinlock_cfgParams'; .libs/Ipc.o:.../linux/src/api/Ipc.c:97: first defined here Needs to be resolved properly in the code: https://gcc.gnu.org/gcc-10/porting_to.html Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Cc: Suman Anna <s-anna@ti.com>
This commit is contained in:
committed by
Praneeth Bajjuri
parent
35ae9808be
commit
beeabe77cb
@@ -15,4 +15,6 @@ BRANCH = "${TI_IPC_GIT_BRANCH}"
|
|||||||
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
|
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
|
||||||
SRCREV = "${TI_IPC_SRCREV}"
|
SRCREV = "${TI_IPC_SRCREV}"
|
||||||
|
|
||||||
|
CFLAGS += "-fcommon"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user