Added patch for Boost.Build 1186/head
authorclaymore <carlosmf.pt@gmail.com>
Fri, 24 Apr 2015 02:06:57 +0000 (03:06 +0100)
committerclaymore <carlosmf.pt@gmail.com>
Fri, 24 Apr 2015 02:06:57 +0000 (03:06 +0100)
commite95ae524f7ae50bbad2b27f717c2f91108c25dc4
tree8e9262af1438cdd962d376b446232af91ec43415
parentc3a822ef3d79bda29dfd70b99e2d7600355b8df2
Added patch for Boost.Build
  Unfortunatly, due to changes in Boost, Boost.Build for version 1.58.0
    requires a patch for gcc.jam. This patch prevents bjam from adding
    -m32 and -m64 options to gcc compiler, when compiling for targets
    that use the mips1 arch.

  Patch initially provided by paalsteek (https://github.com/paalsteek)
  Bug discussed here: https://github.com/openwrt/packages/issues/1160

Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
libs/boost/patches/001-mips-options-fix.patch [new file with mode: 0644]