diff options
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in.gdbserver | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/debug/gdb.in.gdbserver b/config/debug/gdb.in.gdbserver index 73a04c70..db0884e7 100644 --- a/config/debug/gdb.in.gdbserver +++ b/config/debug/gdb.in.gdbserver @@ -40,6 +40,15 @@ config GDB_GDBSERVER_STATIC https://sourceware.org/bugzilla/show_bug.cgi?id=19617 https://sourceware.org/bugzilla/show_bug.cgi?id=21086 +config GDB_GDBSERVER_STATIC_LIBSTDCXX + bool + prompt "Link against static libstdc+++" + depends on !GDB_GDBSERVER_STATIC + default n + help + Say 'y' if you do not want gdbserver to require libstdc++.so on the + target. + config GDB_GDBSERVER_BUILD_IPA_LIB bool prompt "Build the IPA library" |