Boost logo

Boost-Build :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2006-12-01 18:29:14


On Dec 1, 2006, at 3:51 PM, K. Noel Belcourt wrote:

> Hi,
>
> I'd like to add the ability to externally configure gcc to set the
> <address-model> so I've added these lines to gcc.jam.
>
> flags gcc.compile OPTIONS <address-model>32 : -m32 -Wa,--32 ;
> flags gcc.compile OPTIONS <address-model>64 : -m64 -Wa,--64 ;
>
> flags gcc.link OPTIONS <address-model>32 : -m32 -Wa,--32 ;
> flags gcc.link OPTIONS <address-model>64 : -m64 -Wa,--64 ;
>
> I want give the user the ability to specify the address model from
> the command line and get it into the gcc toolset properties. For
> sake of argument, my jamroot has this line in it.
>
> constant cl-address-model : 32 ;

Okay, found it. Sorry about wasting bandwidth.

-- Noel


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk