mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49: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:
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git/gdbc6x"
|
|||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
inherit gettext
|
inherit gettext
|
||||||
|
|
||||||
CFLAGS += "-fcommon"
|
CFLAGS += "-fcommon -fpermissive"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
cd ${S}
|
cd ${S}
|
||||||
|
|||||||
Reference in New Issue
Block a user