Skip to content

Commit f0e8f8e

Browse files
Update eboot to build with C17, not C99 standard (esp8266#7837)
No functional change. Make the main core and eboot build using the same C standard version (gnu17).
1 parent e0cfb5a commit f0e8f8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bootloaders/eboot/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ OBJDUMP := $(XTENSA_TOOLCHAIN)xtensa-lx106-elf-objdump
2121

2222
INC += -I../../tools/sdk/include -I../../tools/sdk/uzlib/src
2323

24-
CFLAGS += -std=gnu99
24+
CFLAGS += -std=gnu17
2525

2626
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
2727

bootloaders/eboot/eboot.elf

184 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)