Skip to content

Commit

Permalink
Update eboot to build with C17, not C99 standard
Browse files Browse the repository at this point in the history
No functional change.  Make the main core and eboot build using the
same C standard version (gnu17).
  • Loading branch information
earlephilhower committed Jan 24, 2021
1 parent e0cfb5a commit 2765ee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloaders/eboot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified bootloaders/eboot/eboot.elf
Binary file not shown.

0 comments on commit 2765ee6

Please sign in to comment.