Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1186: Lack of 64-bit address model support using Sun Studio C++
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-08-23 19:59:26
#1186: Lack of 64-bit address model support using Sun Studio C++
--------------------------------------+-------------------------------------
Reporter: Simon.Atanasyan_at_[hidden] | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.34.1 | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by vladimir_prus):
Re point 1, I've added this code:
{{{
flags sun OPTIONS <address-model>32 : -m32 ;
flags sun OPTIONS <address-model>64 : -m64 ;
}}}
Note there's no 'architecture', because with the original code, -m32 will
be only used if no architecture is specified. So, if user wanted to be
explicit and say 'architecture=sparc' on the command like, then -m32 and
-m64 will disappear.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1186#comment:3>
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:49:56 UTC