scons: don't recommend now oldish compilers [skip ci]
This commit is contained in:
parent
0cec24fe65
commit
07f34f03de
1 changed files with 1 additions and 1 deletions
|
@ -1355,7 +1355,7 @@ if not preconfigured:
|
||||||
|
|
||||||
# test for C++11 support, which is required
|
# test for C++11 support, which is required
|
||||||
if not env['HOST'] and not conf.supports_cxx11():
|
if not env['HOST'] and not conf.supports_cxx11():
|
||||||
color_print(1,"C++ compiler does not support C++11 standard (-std=c++11), which is required. Please upgrade your compiler to at least g++ 4.7 (ideally 4.8)")
|
color_print(1,"C++ compiler does not support C++11 standard (-std=c++11), which is required. Please upgrade your compiler")
|
||||||
Exit(1)
|
Exit(1)
|
||||||
|
|
||||||
if not env['HOST']:
|
if not env['HOST']:
|
||||||
|
|
Loading…
Add table
Reference in a new issue