aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/config.in
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2022-10-20 12:47:07 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2023-01-05 14:38:51 -0500
commit8b35ed1febd786c7aec34bbd7080c73a7c91bfca (patch)
treeca39491788734538b4d8cfbb6547cc466738ff81 /gdbsupport/config.in
parent2b16913cdca20ae1dafdbd816b025a6efdc6c06f (diff)
downloadfsf-binutils-gdb-8b35ed1febd786c7aec34bbd7080c73a7c91bfca.zip
fsf-binutils-gdb-8b35ed1febd786c7aec34bbd7080c73a7c91bfca.tar.gz
fsf-binutils-gdb-8b35ed1febd786c7aec34bbd7080c73a7c91bfca.tar.bz2
gdbsupport: move libxxhash configure check to gdbsupport
The following patch moves the fast_hash function, which uses libxxhash, to gdbsupport. Move the libxxhash configure check to gdbsupport (and transitively to gdbserver). Change-Id: I242499e50c8cd6fe9f51e6e92dc53a1b3daaa96e Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdbsupport/config.in')
-rw-r--r--gdbsupport/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbsupport/config.in b/gdbsupport/config.in
index 577866c..2cdc1fb 100644
--- a/gdbsupport/config.in
+++ b/gdbsupport/config.in
@@ -124,6 +124,9 @@
/* Define if you have the ipt library. */
#undef HAVE_LIBIPT
+/* Define if you have the xxhash library. */
+#undef HAVE_LIBXXHASH
+
/* Define to 1 if you have the <linux/elf.h> header file. */
#undef HAVE_LINUX_ELF_H