mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Update eboot to build with C17, not C99 standard (#7837)
No functional change. Make the main core and eboot build using the same C standard version (gnu17).
This commit is contained in:
parent
e0cfb5a995
commit
f0e8f8eac4
@ -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
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user