]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: Make GMP a required dependency for building GDB
authorJoel Brobecker <brobecker@adacore.com>
Sun, 15 Nov 2020 08:08:40 +0000 (03:08 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 15 Nov 2020 08:08:40 +0000 (03:08 -0500)
commit1b4ac058f7daeb9bac9ab0e63a7e73535208dfef
tree1c5a9db5e417ec1e3a4b339fd23c4c6f8390ff0c
parent2c947d9bc2ff3b84f1676b83577fe1bba05b4a5f
gdb: Make GMP a required dependency for building GDB

This commit modifies gdb's configure script to trigger an error
if we cannot find a usable libgmp.

For the record, making this a requirement was discussed in March 2018:
https://sourceware.org/pipermail/gdb-patches/2018-March/147373.html

gdb/ChangeLog:

        * configure.ac: Generate an error if a usable GMP library
        could not be found.
        * configure: Regenerate.
gdb/ChangeLog
gdb/configure
gdb/configure.ac