1
0
forked from boostorg/core

Take care of gcc-4.4 in addition to gcc-4.4.7

This commit is contained in:
Peter Dimov
2021-06-10 04:58:17 +03:00
parent d3aa4a2f12
commit b3fa7ca565

View File

@ -96,7 +96,9 @@ run lightweight_test_test4.cpp
: : : $(pedantic-errors) ;
run lightweight_test_test5.cpp
: : : $(pedantic-errors)
<toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare ;
<toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare
;
run lightweight_test_test6.cpp
: : : $(pedantic-errors) ;