source: freewrt/package/gdbserver/Config.in

freewrt_2_0
Last change on this file was bb9a6a4, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

gdbserver: update to latest, add missing dependencies

  • Property mode set to 100644
File size: 364 bytes
Line 
1config FWRT_PACKAGE_GDBSERVER
2 prompt "gdbserver......................... Remote Server for the GNU Debugger"
3 tristate
4 default n
5 select FWRT_PACKAGE_LIBICONV
6 select FWRT_PACKAGE_LIBGCC
7 select FWRT_PACKAGE_LIBSTDCXX
8 help
9 GDBSERVER is a program that allows you to run GDB on a different machine
10 than the one which is running the program being debugged.
11
Note: See TracBrowser for help on using the repository browser.