forked from pool/boost
- update to 1.86.0 * process turned into compile library * for details on all changes see, https://www.boost.org/users/history/version_1_86_0.html - boost-aarch64-flags.patch: updated - boost-1.57.0-python-abi_letters.patch: updated - boost-process.patch: removed (included upstream) - boost-charconv-quadmath.patch: removed (improved upstream) OBS-URL: https://build.opensuse.org/request/show/1197908 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=330
13 lines
573 B
Diff
13 lines
573 B
Diff
Index: boost_1_80_0/tools/build/src/tools/gcc.jam
|
|
===================================================================
|
|
--- boost_1_80_0.orig/tools/build/src/tools/gcc.jam
|
|
+++ boost_1_80_0/tools/build/src/tools/gcc.jam
|
|
@@ -390,7 +390,6 @@
|
|
compile-link-flags <target-os>$(generic-os)/<architecture>s390x/<address-model>64 : -m64 ;
|
|
local arch = power sparc x86 ;
|
|
compile-link-flags <target-os>$(generic-os)/<architecture>$(arch)/<address-model>32 : -m32 ;
|
|
- compile-link-flags <target-os>$(generic-os)/<architecture>$(arch)/<address-model>64 : -m64 ;
|
|
}
|
|
|
|
{
|