1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

gdbc6x: Update for gcc v14 support

One of the changes in gcc v14 is making implicit-function-declaration an
error.  For some older software packages the easiest fix is to add
-fpermissive to the compile line.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2024-06-03 18:06:12 -05:00
parent 7cad3d456d
commit 427ad9ac71

View File

@@ -19,7 +19,7 @@ S = "${WORKDIR}/git/gdbc6x"
inherit update-rc.d
inherit gettext
CFLAGS += "-fcommon"
CFLAGS += "-fcommon -fpermissive"
do_configure () {
cd ${S}