mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Add BUILD_CFLAGS += -std=c99 (disabled)
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
86afe4fc10
commit
6188e6f97f
1 changed files with 1 additions and 0 deletions
|
|
@ -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.5.1)
|
||||
#BUILD_CFLAGS += -std=c99
|
||||
BUILD_CPPFLAGS += -std=c++11
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue