mirror of
https://github.com/boostorg/endian.git
synced 2025-07-31 21:14:38 +02:00
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