Pin to gnu99
This commit is contained in:
parent
23a41dfbdd
commit
52f88785c4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ CFLAGS += -ffreestanding
|
||||||
CFLAGS += -fno-common
|
CFLAGS += -fno-common
|
||||||
CFLAGS += -nostdlib
|
CFLAGS += -nostdlib
|
||||||
CFLAGS += -mno-relax
|
CFLAGS += -mno-relax
|
||||||
|
CFLAGS += -std=gnu99
|
||||||
|
|
||||||
CFLAGS += -fno-stack-protector # Prevents code that needs libc / runtime support
|
CFLAGS += -fno-stack-protector # Prevents code that needs libc / runtime support
|
||||||
CFLAGS += -MD # Generate header dependency files (.d)
|
CFLAGS += -MD # Generate header dependency files (.d)
|
||||||
|
|
Loading…
Add table
Reference in a new issue