René Ferdinand Rivera Morell

Results 52 comments of René Ferdinand Rivera Morell

The gcc documentation states: > -m32 > -m64 > -mx32 > -m16 > -miamcu > Generate code for a 16-bit, 32-bit or 64-bit environment. The -m32 option sets int, long,...

https://www.boost.org/doc/libs/1_72_0/libs/python/doc/html/building/configuring_boost_build.html

This task may be easier now that we are using AZP for testing. We can at minimum have self-hosted agents in the mix that run the extra OSes (be it...

@hainest it was removed for building b2 as here is no difference between it and the clang toolset. Hence there was no point in maintaining duplicate code for both.

You should be able to make things work equally well by using `--with-toolset=clang`.

On Thu, Jan 18, 2018 at 9:20 AM, swatanabe wrote: > AMDG > > On 01/18/2018 07:53 AM, Peter Dimov wrote: > > With respect to not easy, yes, I...

Thanks for reporting this. I can't promise that I can deal with it quickly as dealing with covid-19 is making things difficult.

> Do you have any ideas on how I can work around it? You should be able to force it to use clang for the B2 build itself. But you'll...

@k15tfu ah, I see. Thanks for the clarification.