Merge pull request #1229 from ClaymorePT/master

boost: patch update
This commit is contained in:
Steven Barth 2015-05-04 09:09:31 +02:00
commit e0b484958c

View file

@ -5,7 +5,7 @@
{ {
local arch = [ feature.get-values architecture : $(properties) ] ; local arch = [ feature.get-values architecture : $(properties) ] ;
- if $(arch) != arm - if $(arch) != arm
+ if $(arch) != arm && $(arch) != mips1 + if $(arch) = power || $(arch) = sparc || $(arch) = x86
{ {
if $(model) = 32 if $(model) = 32
{ {