Boost logo

Boost-Build :

From: Sean Huang (huangsean_at_[hidden])
Date: 2006-06-11 13:27:31


Reece,
Thanks. I just tried the warnings went away. Are you going to check this in
to RC_1_34_0 branch?

Thanks,

Sean
----- Original Message -----
From: "Reece Dunn" <msclrhd_at_[hidden]>

Sean Huang wrote:
> Intel-win.jam is straightforward to setup but looks like there is not an
> easy way to specify VC compatibility mode. I tried to use <compatibility>
> but looks like it really needs something called base-vc. Another problem I
> ran into is I do not know how to remove or overwrite the following flags
> inherited from msvc (intel does not recognize these options):

> flags msvc.compile CFLAGS $(cpu-arch-amd64)/<instruction-set> :
> /favor:blend
> ;
>
> flags msvc.compile CFLAGS
> $(cpu-arch-amd64)/<instruction-set>$(cpu-type-em64t) : /favor:EM64T ;
>
> flags msvc.compile CFLAGS
> $(cpu-arch-amd64)/<instruction-set>$(cpu-type-amd64) : /favor:AMD64 ;

Try the supplied patch :).

- Reece


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