Dirk Mueller
62336d0b67
* adds Boost.NoWide * see https://www.boost.org/users/history/version_1_72_0.html * see https://www.boost.org/users/history/version_1_73_0.html * see https://www.boost.org/users/history/version_1_74_0.html - remove riscv-support.patch, 3ecbf83f.patch (upstream) - remove boost-visibility.patch, boost-no_segfault_in_Regex_filter.patch (obsolete, will never go upstream) - add boost-remove-cmakedir.patch (remove buildroot embedding in cmake files) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=253
13 lines
579 B
Diff
13 lines
579 B
Diff
Index: boost_1_74_0/tools/build/src/tools/gcc.jam
|
|
===================================================================
|
|
--- boost_1_74_0.orig/tools/build/src/tools/gcc.jam
|
|
+++ boost_1_74_0/tools/build/src/tools/gcc.jam
|
|
@@ -442,7 +442,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 ;
|
|
}
|
|
|
|
{
|