From 052a320a9c1139d5457c0baa5ee0288302862a4e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 Nov 2015 19:45:03 +0100 Subject: boost: fix compile for MIPS --- package/boost/patches/patch-tools_build_src_tools_gcc_jam | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/boost/patches/patch-tools_build_src_tools_gcc_jam (limited to 'package/boost/patches') diff --git a/package/boost/patches/patch-tools_build_src_tools_gcc_jam b/package/boost/patches/patch-tools_build_src_tools_gcc_jam new file mode 100644 index 000000000..a4013848d --- /dev/null +++ b/package/boost/patches/patch-tools_build_src_tools_gcc_jam @@ -0,0 +1,11 @@ +--- boost_1_58_0.orig/tools/build/src/tools/gcc.jam 2015-04-04 19:25:07.000000000 +0200 ++++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-11-03 20:58:00.000000000 +0100 +@@ -451,7 +451,7 @@ rule setup-address-model ( targets * : s + else + { + local arch = [ feature.get-values architecture : $(properties) ] ; +- if $(arch) != arm ++ if $(arch) = power || $(arch) = sparc || $(arch) = x86 + { + if $(model) = 32 + { -- cgit v1.2.3