1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

gdbc6x: suppress gcc9 -Wstringop-truncation warning

It's an old bfd/coff code, will need to be updated in the future.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-02-16 03:13:32 +00:00
parent 25ad7dda26
commit 4f4f5fbead
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ PR = "${INC_PR}.1"
SRC_URI_append = " \
file://init \
file://0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch;striplevel=2 \
"
S = "${WORKDIR}/git/gdbc6x"