diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2021-04-03 06:09:56 +0000 |
|---|---|---|
| committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-05 23:07:43 -0500 |
| commit | beeabe77cbadb38e71aad8f723e27d40f1f4a42d (patch) | |
| tree | 899363adae49fe081d22ad91ddd00eaefedab821 /recipes-ti/ipc | |
| parent | 35ae9808bea70cd0ab194fb38adc4c4f7a662122 (diff) | |
| download | meta-ti-beeabe77cbadb38e71aad8f723e27d40f1f4a42d.tar.gz | |
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>
Diffstat (limited to 'recipes-ti/ipc')
| -rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index 3b0115eb..34278d4b 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
| @@ -15,4 +15,6 @@ BRANCH = "${TI_IPC_GIT_BRANCH}" | |||
| 15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" | 15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" |
| 16 | SRCREV = "${TI_IPC_SRCREV}" | 16 | SRCREV = "${TI_IPC_SRCREV}" |
| 17 | 17 | ||
| 18 | CFLAGS += "-fcommon" | ||
| 19 | |||
| 18 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
