]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
m4: Stick to C17 standard
authorKhem Raj <raj.khem@gmail.com>
Sat, 15 Mar 2025 07:29:46 +0000 (00:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Mar 2025 16:35:53 +0000 (16:35 +0000)
commitb99f5c44aaa925bdc2a0534458dcb95d1514dc66
tree53364b543d12049e8dc7948f03ae71001d9f9ecb
parent08fce47470c629cbdd85a5ad486bc79b05afa44b
m4: Stick to C17 standard

GCC15 imposes C23 by default and 1.4.19 release has gnulib version which
can not be compiled without errors, while new release of m4 is in progress
we might use C17 until then and use GCC15 to compile it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/m4/m4-1.4.19.inc