Re: [Boost-bugs] [Boost C++ Libraries] #12616: Cannot build boost 1.62 for x32 ABI

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12616: Cannot build boost 1.62 for x32 ABI
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-11-21 12:57:05


#12616: Cannot build boost 1.62 for x32 ABI
-------------------------------+----------------------------
  Reporter: ross@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.62.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------
Changes (by takahashi):

 * component: None => Building Boost

Comment:

 Try following.

 1. Append below codes to project-config.jam
 {{{
 module gcc
 {
     import toolset ;
     toolset.flags gcc OPTIONS <architecture>x86/<address-model>32_64 :
 "-mx32" ;
 }
 }}}
 2. Run b2 with address-model feature.
 {{{
 $ ./b2 address-model=32_64
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12616#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC