cpu: native: use gnu99 C dialect

pr/spi.typo
Kaspar Schleiser 7 years ago
parent 705f0c768a
commit 517efe4ccc

@ -46,7 +46,7 @@ export CGANNOTATE ?= cg_annotate
export GPROF ?= gprof
# basic cflags:
export CFLAGS += -Wall -Wextra -pedantic
export CFLAGS += -Wall -Wextra -pedantic -std=gnu99
ifeq ($(shell uname -m),x86_64)
export CFLAGS += -m32
endif

Loading…
Cancel
Save