提交 7cfa98fd 编写于 作者: M Marton Balint

configure: use c++11 and fallback to c++0x for c++ files

Needed for the C+11 atomics. Also change add_cxxflags to check_cxxflags.
Reviewed-by: NJames Almer <jamrial@gmail.com>
Signed-off-by: NMarton Balint <cus@passwd.hu>
上级 3b80f73b
...@@ -4649,7 +4649,7 @@ fi ...@@ -4649,7 +4649,7 @@ fi
add_cppflags -D_ISOC99_SOURCE add_cppflags -D_ISOC99_SOURCE
add_cxxflags -D__STDC_CONSTANT_MACROS add_cxxflags -D__STDC_CONSTANT_MACROS
add_cxxflags -std=c++98 check_cxxflags -std=c++11 || check_cxxflags -std=c++0x
# some compilers silently accept -std=c11, so we also need to check that the # some compilers silently accept -std=c11, so we also need to check that the
# version macro is defined properly # version macro is defined properly
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册