blob: 82f0068f02bc1f055472a9aff37214f3d57dd906 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ipxe relies on () not being (void), so just force gnu17 for now for compat
w/ compilers that default to gnu23.
--- a/tools/firmware/etherboot/Config
+++ b/tools/firmware/etherboot/Config
@@ -7,3 +7,5 @@ CFLAGS += -DNO_POST_PROMPT
CFLAGS += -UCONSOLE_SERIAL
CFLAGS += -DCONSOLE_SERIAL=1
+
+CFLAGS += -std=gnu17
|