Re: [PATCH] configure: remove dependencies on gmp and mpfr when gdb is disabled

2023-01-06 Thread Clément Chigot via Gcc-patches
On Fri, Jan 6, 2023 at 9:39 AM Clément Chigot wrote: > > Since 91e0d22025e0bf2af2e364cb7214a05512a0c431, the configure checks > about GMP and MPFR for gdb builds have been moved to the toplevel > configure. > However, it doesn't take into account the --disable-gdb option. Meaning > that a build wi

[PATCH] configure: remove dependencies on gmp and mpfr when gdb is disabled

2023-01-06 Thread Clément Chigot via Gcc-patches
Since 91e0d22025e0bf2af2e364cb7214a05512a0c431, the configure checks about GMP and MPFR for gdb builds have been moved to the toplevel configure. However, it doesn't take into account the --disable-gdb option. Meaning that a build without gdb will require these libraries even if not needed. Change

[PATCH] MAINTAINERS: Update my email address.

2022-05-09 Thread Clément chigot via Gcc-patches
From 8ba8d5b34473ebd8e8221c0f427b06d4af46f0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Chigot?= Date: Mon, 9 May 2022 14:13:09 +0200 Subject: [PATCH] MAINTAINERS: Update my email address. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upd