On 23/07/25 10:25 pm, Segher Boessenkool wrote: >> ChangeLog: >> * configure: Regenerate. >> * configure.ac: error out on --with-long-double-64. > Capital E, "Error". And put this line before the > "configure: Regenerate." line please.
Okay. > In as far as this is just for rs6000, okay for trunk, and thanks! But > the code is really more generic code, so perhaps a RM can ok this as > well :-) > >> gcc/ChangeLog: >> * doc/install.texi: Remove incorrect mention of --with-long-double-64. > Same things here: looks fine, but not technically something I am the > authority on. > >> -If you use the @option{--with-long-double-64} configuration option, >> +If you use the @option{--without-long-double-128} configuration option, > (Is this something that changed over the years? That would explain some > things). That was actually a mistake from the start, the option was added in docs by commit r8-6629-gd2591b682773cb, but never supported in configure script. So there was a discussion to correct that long-standing oversight and replaces it with the proper and supported option. Kishan