forked from pool/boost
- boost-unrecognized-option.patch: remove unrecognized option -m32 OBS-URL: https://build.opensuse.org/request/show/308225 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=146
16 lines
635 B
Diff
16 lines
635 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
|
|
@@ -453,10 +453,6 @@ rule setup-address-model ( targets * : s
|
|
local arch = [ feature.get-values architecture : $(properties) ] ;
|
|
if $(arch) != arm
|
|
{
|
|
- if $(model) = 32
|
|
- {
|
|
- option = -m32 ;
|
|
- }
|
|
}
|
|
# For darwin, the model can be 32_64. darwin.jam will handle that
|
|
# on its own.
|