Boost logo

Boost-Build :

Subject: Re: [Boost-build] "combined" architecture and ARM/iPhone
From: James Gregurich (bayoubengal_at_[hidden])
Date: 2011-02-08 14:49:21


thanks for the info. I will take a look at it.

On Feb 8, 2011, at 1:38 AM, Vladimir Prus wrote:

> 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
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


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