aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2020-11-15 03:07:45 -0500
committerJoel Brobecker <brobecker@adacore.com>2020-11-15 03:07:45 -0500
commit2c947d9bc2ff3b84f1676b83577fe1bba05b4a5f (patch)
treed6b6b0bb010031ea838bf432a4a584896eaab205 /gdb/config.in
parent0eb994e572a58d2f9421429e2610cdd36dea78c0 (diff)
downloadbinutils-2c947d9bc2ff3b84f1676b83577fe1bba05b4a5f.zip
binutils-2c947d9bc2ff3b84f1676b83577fe1bba05b4a5f.tar.gz
binutils-2c947d9bc2ff3b84f1676b83577fe1bba05b4a5f.tar.bz2
gdb/configure: Add --with-libgmp-prefix option
This patch allows a user to tell gdb's configure script where his GMP library is installed. gdb/ChangeLog: * configure.ac: Add support for --with-libgmp-prefix. * Makefile.in (LIBGMP): New variable. (CLIBS): Include $(LIBGMP). * configure, config.in: Regenerate
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 3e741c6..14a77c6 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -229,6 +229,9 @@
/* Define if you have the expat library. */
#undef HAVE_LIBEXPAT
+/* Define if you have the gmp library. */
+#undef HAVE_LIBGMP
+
/* Define to 1 if you have the `libiconvlist' function. */
#undef HAVE_LIBICONVLIST