tools: m4: set -std=gnu17
authorRobert Marko <robimarko@gmail.com>
Wed, 16 Apr 2025 09:42:54 +0000 (11:42 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 16 Apr 2025 11:52:33 +0000 (13:52 +0200)
commit8c141e53d720b14a1d8595e0f756f1619df6e763
tree76c3ee26053e48e8ca9cf0d93aa6198b786b18a1
parent71446d8052da52b2deb43349197ddcdf0373d416
tools: m4: set -std=gnu17

Fedora 42 updated to GCC15 which now defaults to GNU23 as the default
instead of GNU17[1], and this breaks m4 compilation.

Its been reported upstream [2], so until its fixed lets simply set C
language version back to GNU17.

[1] https://gcc.gnu.org/gcc-15/porting_to.html#c23
[2] https://savannah.gnu.org/support/?111150

Link: https://github.com/openwrt/openwrt/pull/18505
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/m4/Makefile