commit e0b484958cd326d03cf739fedbc616cf873b02d3
parent a73b57c5f93ccce50969bcdd1ba341ec419f1794
Author: Steven Barth <steven@midlink.org>
Date: Mon, 4 May 2015 09:09:31 +0200
Merge pull request #1229 from ClaymorePT/master
boost: patch update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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
{