forked from boostorg/endian
Use -ffloat-store for endian_arithmetic_test to avoid -m32 failures
This commit is contained in:
@ -70,8 +70,10 @@ run-ni endian_store_test.cpp ;
|
||||
run endian_ld_st_roundtrip_test.cpp ;
|
||||
run-ni endian_ld_st_roundtrip_test.cpp ;
|
||||
|
||||
run endian_arithmetic_test.cpp ;
|
||||
run-ni endian_arithmetic_test.cpp ;
|
||||
run endian_arithmetic_test.cpp
|
||||
: : : "<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" ;
|
||||
run endian_arithmetic_test.cpp
|
||||
: : : "<toolset>gcc,<address-model>32:<cxxflags>-ffloat-store" <define>BOOST_ENDIAN_NO_INTRINSICS : endian_arithmetic_test_ni ;
|
||||
|
||||
run deprecated_test.cpp ;
|
||||
|
||||
|
Reference in New Issue
Block a user