We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cfb5a commit f0e8f8eCopy full SHA for f0e8f8e
bootloaders/eboot/Makefile
@@ -21,7 +21,7 @@ OBJDUMP := $(XTENSA_TOOLCHAIN)xtensa-lx106-elf-objdump
21
22
INC += -I../../tools/sdk/include -I../../tools/sdk/uzlib/src
23
24
-CFLAGS += -std=gnu99
+CFLAGS += -std=gnu17
25
26
CFLAGS += -Os -fcommon -g -Wall -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mno-text-section-literals -ffunction-sections -fdata-sections -free -fipa-pta
27
bootloaders/eboot/eboot.elf
184 Bytes
0 commit comments