mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
enable GNU99 support for all tools
This commit is contained in:
parent
a1a0da197b
commit
3ebfb78425
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ FFLAGS_FOR_NEWLIB = -m64 -mtls-direct-seg-refs -O3 -march=native -mtune=native -
|
|||
CXXFLAGS_FOR_NEWLIB = -m64 -mtls-direct-seg-refs -O3 -march=native -mtune=native -ftree-vectorize
|
||||
LDFLAGS_FOR_NEWLIB =
|
||||
NASMFLAGS_FOR_NEWLIB = -felf64
|
||||
CFLAGS_FOR_TOOLS = -O2 -Wall
|
||||
CFLAGS_FOR_TOOLS = -O2 -Wall -std=gnu99
|
||||
LDFLAGS_FOR_TOOLS =
|
||||
|
||||
# Prettify output
|
||||
|
|
Loading…
Add table
Reference in a new issue