aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/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 /gdbserver/config.in
parent2b16913cdca20ae1dafdbd816b025a6efdc6c06f (diff)
downloadgdb-8b35ed1febd786c7aec34bbd7080c73a7c91bfca.zip
gdb-8b35ed1febd786c7aec34bbd7080c73a7c91bfca.tar.gz
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 'gdbserver/config.in')
-rw-r--r--gdbserver/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbserver/config.in b/gdbserver/config.in
index 39ddc7c..63876af 100644
--- a/gdbserver/config.in
+++ b/gdbserver/config.in
@@ -143,6 +143,9 @@
/* Define if you have the ipt library. */
#undef HAVE_LIBIPT
+/* Define if you have the xxhash library. */
+#undef HAVE_LIBXXHASH
+
/* Define if the target supports branch tracing. */
#undef HAVE_LINUX_BTRACE