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

gdbc6x: force older GNU/C standard

This is an old code base and hasn't been updated in a very long
time. It now fails to compile with gcc-15 (C23 standard). Force
compilation with GNU/C11 standard instead.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Denys Dmytriyenko
2025-05-07 19:20:53 -04:00
committed by Ryan Eatmon
parent 0bff199673
commit 7a0ba0634b

View File

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