Re: [PATCH] Honor --disable-decimal-float in building _Float128 support.

2021-02-26 Thread Segher Boessenkool
On Fri, Feb 26, 2021 at 07:32:25PM -0500, Michael Meissner wrote: > On Fri, Feb 26, 2021 at 04:36:20PM -0600, Segher Boessenkool wrote: > > On Fri, Feb 26, 2021 at 01:33:41AM -0500, Michael Meissner wrote: > > > In addition, I removed the dependency on the target having a valid > > > stdio.h file

Re: [PATCH] Honor --disable-decimal-float in building _Float128 support.

2021-02-26 Thread Michael Meissner via Gcc-patches
On Fri, Feb 26, 2021 at 04:36:20PM -0600, Segher Boessenkool wrote: > On Fri, Feb 26, 2021 at 01:33:41AM -0500, Michael Meissner wrote: > > Honor --disable-decimal-float in building _Float128 support. > > > > Joseph Myers reported that my previous patch to add conversions between > > _Float128

Re: [PATCH] Honor --disable-decimal-float in building _Float128 support.

2021-02-26 Thread Segher Boessenkool
On Fri, Feb 26, 2021 at 01:33:41AM -0500, Michael Meissner wrote: > Honor --disable-decimal-float in building _Float128 support. > > Joseph Myers reported that my previous patch to add conversions between > _Float128 and the Decimal types was still being built even if GCC was > configured with

Re: [PATCH] Honor --disable-decimal-float in building _Float128 support.

2021-02-26 Thread Joseph Myers
On Fri, 26 Feb 2021, Michael Meissner via Gcc-patches wrote: > Joseph, does this patch fix your problem? Yes, this fixes the build without libc done by build-many-glibcs.py. -- Joseph S. Myers jos...@codesourcery.com

[PATCH] Honor --disable-decimal-float in building _Float128 support.

2021-02-25 Thread Michael Meissner via Gcc-patches
Honor --disable-decimal-float in building _Float128 support. Joseph Myers reported that my previous patch to add conversions between _Float128 and the Decimal types was still being built even if GCC was configured with the --disable-decimal-float option. This patch fixes that by only building