1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-19 19:20:27 +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:
Denys Dmytriyenko
2021-04-03 06:09:56 +00:00
committed by Praneeth Bajjuri
parent 35ae9808be
commit beeabe77cb

View File

@@ -15,4 +15,6 @@ BRANCH = "${TI_IPC_GIT_BRANCH}"
SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
SRCREV = "${TI_IPC_SRCREV}"
CFLAGS += "-fcommon"
S = "${WORKDIR}/git"