]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure: remove dependencies on gmp and mpfr when gdb is disabled
authorClément Chigot <chigot@adacore.com>
Tue, 3 Jan 2023 13:24:43 +0000 (14:24 +0100)
committerClément Chigot <chigot@adacore.com>
Fri, 6 Jan 2023 08:36:52 +0000 (09:36 +0100)
commit5977d14a6081184ba10a671585e553e1e9ac0112
treef9b04c1f216cc2a6257e688b1c5ae25580f320c3
parent55f813f5cdf48922175c6dcd51e6fd263e5a93fa
configure: remove dependencies on gmp and mpfr when gdb is disabled

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.

ChangeLog:

* configure.ac: Skip GMP and MPFR when --disable-gdb is
provided.
* configure: Regenerate.
configure
configure.ac