mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
6b1efdafa3
commit
ead93679c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue