defs.mk: Add BUILD_CFLAGS += -std=c99 (disabled)

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-10 18:32:35 +00:00
commit 6188e6f97f

View file

@ -259,6 +259,7 @@ GCC_REV = $(shell gcc -v 2>&1 | grep "gcc version" | awk '{ spli
ifneq ($(GCC_VERSION),4.1.0) ifneq ($(GCC_VERSION),4.1.0)
ifneq ($(GCC_VERSION),4.5.1) ifneq ($(GCC_VERSION),4.5.1)
#BUILD_CFLAGS += -std=c99
BUILD_CPPFLAGS += -std=c++11 BUILD_CPPFLAGS += -std=c++11
endif endif
endif endif