use c++11 for 4.9 only

pull/102/head
orignal 10 years ago
parent 9e4cac2373
commit 610e9e3660

@ -5,10 +5,10 @@ ifeq ($(shell expr match ${CXXVER} "4\.[0-5]"),3)
$(error Compiler too old)
endif
ifeq (${CXXVER},"4.6")
CFLAGS += -std=c++0x
else
ifeq (${CXXVER},"4.9")
CFLAGS += -std=c++11
else
CFLAGS += -std=c++0x
endif
include filelist.mk

Loading…
Cancel
Save