[oe-commits] [openembedded-core] 04/16: boost: fix build with x32 and musl

git at git.openembedded.org git at git.openembedded.org
Tue Jan 2 17:38:24 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6bc81570ad7bd9bfeb5936fca718550129b80f00
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Tue Jan 2 16:59:15 2018 +0800

    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 <ovidiu.panait at windriver.com>
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/boost/boost.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index f4ecc10..41fc90f 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list