mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
enable GNU99 support
This commit is contained in:
parent
bae36e7d91
commit
3bfe462da0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ QEMU = qemu-system-x86_64 -machine accel=kvm -cpu host
|
|||
OBJDUMP = objdump
|
||||
OBJCOPY = objcopy
|
||||
CC = gcc
|
||||
CFLAGS = -O2 -Wall -m64 -std=c99 -ffreestanding -mno-red-zone -fstrength-reduce -fomit-frame-pointer -finline-functions -Iinclude
|
||||
CFLAGS = -O2 -Wall -m64 -std=gnu99 -ffreestanding -mno-red-zone -fstrength-reduce -fomit-frame-pointer -finline-functions -Iinclude
|
||||
NASM = nasm
|
||||
NASMFLAGS = -felf64 -g
|
||||
LD = ld
|
||||
|
|
Loading…
Add table
Reference in a new issue