Boost logo

Boost-Build :

Subject: [Boost-build] correct properties for architecture (asm) selection
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2010-11-22 11:54:44


Hi,
I want to select the correct assembler file depending uppon the
properties given as args to bjam.

I've several asm for x86 (32bit/64bit), mips (32bit/64bit) ppc
(32bit/64bit).

Is it correct/sufficient to let the user specify following on
commandline (architecture and address-model are optiona properties and
thus not always set by boost.build)?

bjam toolset=gcc architecture=x86 address-model=32 for i386
bjam toolset=gcc architecture=x86 address-model=64 for x86_64

bjam toolset=gcc architecture=power address-model=32 for ppc32
bjam toolset=gcc architecture=power address-model=64 for ppc64

bjam toolset=gcc architecture=mips address-model=32 for mips 32bit
bjam toolset=gcc architecture=mips address-model=64 for mips 64bit

Oliver


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