Re: [PATCH] configure: reject unsupported --with-long-double-64 option

2025-07-23 Thread Kishan Parmar
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, ok

Re: [PATCH] configure: reject unsupported --with-long-double-64 option

2025-07-23 Thread Segher Boessenkool
Hi! On Wed, Jul 23, 2025 at 01:51:18PM +0530, Kishan Parmar wrote: > Configure script previously accepted unsupported --with-long-double-64 > option without any warning, leading to confusion. This option was > mistakenly documented in install.texi but never handled by configure > scri

[PATCH] configure: reject unsupported --with-long-double-64 option

2025-07-23 Thread Kishan Parmar
Hello, Configure script previously accepted unsupported --with-long-double-64 option without any warning, leading to confusion. This option was mistakenly documented in install.texi but never handled by configure script, resulting in it being silently ignored. Patch updates configure