Boost logo

Boost-Build :

Subject: [Boost-build] mingw 32 and 64 bit targets
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2015-08-18 05:22:04


Until boost version 1.57 I have been able to put a 64 bit and a 32 bit
mingw compiler specification into a *-config.jam file. I used to
differentiate between the both by specifying different <flavor> 's.

Now with boost 1.59 I see some configuration checks which give me:

Performing configuration checks

    - 32-bit : no
    - 64-bit : yes
    - arm : no
    - mips1 : no
    - power : no
    - sparc : no
    - x86 : yes

The availability of 32-bit changes if I put the 32 bit compiler first
into the config file.

So my question is: How do I specify that a specific compiler supports 32
or 64 bits? Or how do I make the configuration checks pick up both
compilers?

Or will I need a separate config file per compiler ?

Thank you,
Roland


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