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:
committed by
Ryan Eatmon
parent
87ab9adb98
commit
5d30af35be
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git/gdbc6x"
|
||||
inherit update-rc.d
|
||||
inherit gettext
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
CFLAGS += "-fcommon -std=gnu11"
|
||||
|
||||
do_configure () {
|
||||
cd ${S}
|
||||
|
||||
Reference in New Issue
Block a user