summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-03-21 00:40:33 (GMT)
committerAlexey Neyman <stilor@att.net>2019-03-21 00:40:33 (GMT)
commit5e82ca9e3d39d022ab5dd8558d4543e2684863a8 (patch)
tree816b4f28ea082db9b14a294c83a2a0359a0e0c6f /config
parent4a0a49081143c53a3ff994c478f1a8ec435d8685 (diff)
Only build libinproctrace for *-linux-gnu targets
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/debug/gdb.in.native4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index 1ee8ad1..df3ca7c 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -26,10 +26,12 @@ if GDB_NATIVE || GDB_GDBSERVER
config GDB_NATIVE_BUILD_IPA_LIB
bool
prompt "Build the IPA library"
+ depends on LIBC_GLIBC
depends on GDB_HAS_IPA_LIB && !GDB_NATIVE_STATIC
help
gdbserver >= 7.2 comes with an optional library to use tracepoints,
- the In Process Agent (IPA) library, libinproctrace.so.
+ the In Process Agent (IPA) library, libinproctrace.so. This library
+ uses some GNU extensions from the C library.
Say 'y' if you intend to use tracepoints when debugging your
programs with gdbserver.