diff --git a/bootloaders/eboot/Makefile b/bootloaders/eboot/Makefile index 7f035dd1e..88808117e 100644 --- a/bootloaders/eboot/Makefile +++ b/bootloaders/eboot/Makefile @@ -21,7 +21,7 @@ OBJDUMP := $(XTENSA_TOOLCHAIN)xtensa-lx106-elf-objdump INC += -I../../tools/sdk/include -I../../tools/sdk/uzlib/src -CFLAGS += -std=gnu99 +CFLAGS += -std=gnu17 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 diff --git a/bootloaders/eboot/eboot.elf b/bootloaders/eboot/eboot.elf index 7155fd88e..79820d7c5 100755 Binary files a/bootloaders/eboot/eboot.elf and b/bootloaders/eboot/eboot.elf differ