boost: add host library build for boost 8952/head
authorAmol Bhave <ambhave@fb.com>
Sun, 21 Apr 2019 19:29:42 +0000 (12:29 -0700)
committerAmol Bhave <ambhave@fb.com>
Sat, 11 May 2019 01:42:30 +0000 (18:42 -0700)
commit7c42ddf9ff6215104a749b0b5d271f764f6cf4c7
tree4d24834e1e4ec0e956d1d2cd74f42644c6a2b0f3
parent148e921279f17a87ee6443a4d4e5e309c219a908
boost: add host library build for boost

Summary: Currently, boost host build doesn't actually compile boost
libraries for the host arch. If there are host tools that would want
to link against boost, it can't right now.

This diff adds support for compiling host boost library as well.
Any packages that need to depend on a host boost library can depend on
CONFIG_boost-host-build-<lib>.

Test Plan: Compiled fbthrift and verified that it works.
used openwrt master using nbg6817

Maintainer: @ClaymorePT

Signed-off-by: Amol Bhave <ambhave@fb.com>
libs/boost/Makefile