diff options
author | Nye Liu <nyet@mrv.com> | 2017-06-16 22:27:04 -0700 |
---|---|---|
committer | Nye Liu <nyet@mrv.com> | 2017-06-16 22:28:07 -0700 |
commit | 50df064004cbfa92a18709be0ed5061dec7f247f (patch) | |
tree | 2c1c4e109993b21a668bbaa1b96569717b68e167 /config/debug | |
parent | f36f61faf46013036f62e0ccc852645591081850 (diff) | |
download | crosstool-ng-50df064004cbfa92a18709be0ed5061dec7f247f.tar.gz crosstool-ng-50df064004cbfa92a18709be0ed5061dec7f247f.tar.bz2 crosstool-ng-50df064004cbfa92a18709be0ed5061dec7f247f.zip |
Add option to build gdbserver for target that does not require libstdc++.so
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" |