defs.mk.in: Switched from -std=c99 to -std=gnu99, because sigset_t was undefined with C99

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-10-01 13:26:07 +00:00
commit ead93679c4

View file

@ -272,7 +272,7 @@ CLANG_CPPFLAGS += -Wno-unused-private-field -Wno-self-assign-field -W
ifneq ($(GCC_VERSION),4.1.0)
ifneq ($(GCC_VERSION),4.5.1)
BUILD_CFLAGS += -std=c99
BUILD_CFLAGS += -std=gnu99
BUILD_CPPFLAGS += -std=c++11
endif
endif