diff options
author | Alexey Neyman <stilor@att.net> | 2019-03-20 17:40:33 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-03-20 17:40:33 -0700 |
commit | 5e82ca9e3d39d022ab5dd8558d4543e2684863a8 (patch) | |
tree | 816b4f28ea082db9b14a294c83a2a0359a0e0c6f /config/debug | |
parent | 4a0a49081143c53a3ff994c478f1a8ec435d8685 (diff) | |
download | crosstool-ng-5e82ca9e3d39d022ab5dd8558d4543e2684863a8.tar.gz crosstool-ng-5e82ca9e3d39d022ab5dd8558d4543e2684863a8.tar.bz2 crosstool-ng-5e82ca9e3d39d022ab5dd8558d4543e2684863a8.zip |
Only build libinproctrace for *-linux-gnu targets
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in.native | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index 1ee8ad12..df3ca7c5 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. |