]> code.ossystems Code Review - openembedded-core.git/commit
boost: fix build for mips
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 1 Jun 2015 08:02:42 +0000 (01:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Jun 2015 21:19:22 +0000 (22:19 +0100)
commit729592223a0c076abe2c58a0cf3f4c6d6583602c
treeedf51d9d7f3e87e39db6246cb9f691b5533a79a6
parent4f4cfe8a4a0c602d6e11ea9bb75b52241deda9d6
boost: fix build for mips

Backport 2 patches to fix the build error on mips:
mips-poky-linux-g++: error: unrecognized command line option '-m32'

https://github.com/boostorg/build/commit/c0634341d9ee2c02d3a55c91dafb988afc066c49
https://github.com/boostorg/build/commit/9576ca216cae888d7efb5da97c009c245c5ba567

Apply the pacthes to both bjam-native and boost, so put the patches to
"files" dir.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost-1.58.0.inc
meta/recipes-support/boost/files/0001-mips1-fix-added-gcc.jam-was-passing-the-options-m32-.patch [new file with mode: 0644]
meta/recipes-support/boost/files/0002-Don-t-pass-m32-m64-where-it-s-not-supported.patch [new file with mode: 0644]