commit 5e57872152db6096a99d124fad79df48586c11a5 parent 06350f0def17d673e7573adb4ad5e764f0f058ce Author: Steven Barth <steven@midlink.org> Date: Mon, 27 Apr 2015 11:38:56 +0200 Merge pull request #1186 from ClaymorePT/master boost 1.58.0: added mips fix patch Diffstat:
| A | libs/boost/patches/001-mips-options-fix.patch | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/libs/boost/patches/001-mips-options-fix.patch b/libs/boost/patches/001-mips-options-fix.patch @@ -0,0 +1,11 @@ +--- boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:01:37.723438995 +0200 ++++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-04-23 12:00:21.427441384 +0200 +@@ -451,7 +451,7 @@ + else + { + local arch = [ feature.get-values architecture : $(properties) ] ; +- if $(arch) != arm ++ if $(arch) != arm && $(arch) != mips1 + { + if $(model) = 32 + {