diff --git a/libs/boost/patches/001-mips-options-fix.patch b/libs/boost/patches/001-mips-options-fix.patch index b32f44792..d9b30e6e9 100644 --- a/libs/boost/patches/001-mips-options-fix.patch +++ b/libs/boost/patches/001-mips-options-fix.patch @@ -5,7 +5,7 @@ { local arch = [ feature.get-values architecture : $(properties) ] ; - if $(arch) != arm -+ if $(arch) != arm && $(arch) != mips1 ++ if $(arch) = power || $(arch) = sparc || $(arch) = x86 { if $(model) = 32 {