mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu: native: use gnu99 C dialect
This commit is contained in:
parent
705f0c768a
commit
517efe4ccc
@ -46,7 +46,7 @@ export CGANNOTATE ?= cg_annotate
|
|||||||
export GPROF ?= gprof
|
export GPROF ?= gprof
|
||||||
|
|
||||||
# basic cflags:
|
# basic cflags:
|
||||||
export CFLAGS += -Wall -Wextra -pedantic
|
export CFLAGS += -Wall -Wextra -pedantic -std=gnu99
|
||||||
ifeq ($(shell uname -m),x86_64)
|
ifeq ($(shell uname -m),x86_64)
|
||||||
export CFLAGS += -m32
|
export CFLAGS += -m32
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user