From 1879bd13f09c8180f737ddaccd2025e22c7f0c46 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 2 Jan 2018 16:59:15 +0800 Subject: boost: fix build with x32 and musl Make sure that boost picks up correct address model value for x32 even when musl is enabled. Fixes [YOCTO #12119] Suggested-by: Ovidiu Panait Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-support/boost/boost.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index f4ecc10a55..41fc90fb21 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -169,7 +169,7 @@ BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \ BJAM_OPTS_append_class-native = ' -sNO_BZIP2=1' # Adjust the build for x32 -BJAM_OPTS_append_linux-gnux32 = " abi=x32 address-model=64" +BJAM_OPTS_append_x86-x32 = " abi=x32 address-model=64" do_configure() { cp -f ${S}/boost/config/platform/linux.hpp ${S}/boost/config/platform/linux-gnueabi.hpp -- cgit 1.2.3-korg