mirror of
https://github.com/openwrt/packages.git
synced 2025-07-15 20:34:47 +00:00
Using GCC compiler on the host breaks the build due to 'constexpr' being a reserved keyword in C22. Build expecting the sources to be in GNU17 standard fixes that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>