Boost logo

Boost-Build :

Subject: Re: [Boost-build] "combined" architecture and ARM/iPhone
From: Vladimir Prus (ghost_at_[hidden])
Date: 2011-02-08 04:38:07


On Tuesday, February 08, 2011 05:02:36 James Gregurich wrote:
> Question:
>
> the MacOSX "combined" architecture can also apply to armv6/armv7 for
> iPhone. Is there an effort going on to make that option more generic to
> support iOS fat binaries?

There's no effort going on -- basically, it's just a matter of patch
that will cause the right options to be passed. You can find the
relevant code in darwin.jam:setup-address-model. Right now it has:

        case arm :
        {
            options = -arch armv6 ;
        }

But I presume you can make the logic more complicated.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

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