boost/boost-aarch64-flags.patch
Dirk Mueller 1abb2a6951 - update to 1.80.0:
* no new libraries
  * for details on all the long list of changes, see
    https://www.boost.org/users/history/version_1_80_0.html
- drop 0001-json-array-erase-relocate.patch
  boost-mp-locale-fix.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=303
2022-08-17 21:07:45 +00:00

13 lines
579 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
@@ -371,7 +371,6 @@ local rule compile-link-flags ( * )
local generic-os = [ set.difference $(all-os) : aix hpux ] ;
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 ;
}
{