540c5bdf5e
- update to 1.58.0: boost docs remain at 1.56 since upstream hasn't updated yet * New Libraries: Endian, Sort. * Updated Libraries: Asio, Chrono, Container, Context, Conversion, DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry, Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move, Multi-index Containers, Multiprecision, Optional, Phoenix, Predef, Random, Thread, TypeErasure, TypeIndex, Units, Unordered, Variant. See http://www.boost.org/users/history/version_1_58_0.html - add 0001-Fix-exec_file-for-Python-3-3.4.patch , 0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions in 1.58 - drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream differently - add boost-rpmoptflags-only.patch: Build only with optflags - add boost-aarch64-flags.patch: Avoid using -m64 - add boost-uuid-comparison.patch: Fix regression in UUID operator< - add boost-disable-pch-on-aarch64.patch: Disable pch on math library to avoid compiler segfault OBS-URL: https://build.opensuse.org/request/show/306161 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=144
16 lines
589 B
Diff
16 lines
589 B
Diff
Index: boost_1_58_0/tools/build/src/tools/gcc.jam
|
|
===================================================================
|
|
--- boost_1_58_0.orig/tools/build/src/tools/gcc.jam
|
|
+++ boost_1_58_0/tools/build/src/tools/gcc.jam
|
|
@@ -457,10 +457,6 @@ rule setup-address-model ( targets * : s
|
|
{
|
|
option = -m32 ;
|
|
}
|
|
- else if $(model) = 64
|
|
- {
|
|
- option = -m64 ;
|
|
- }
|
|
}
|
|
# For darwin, the model can be 32_64. darwin.jam will handle that
|
|
# on its own.
|