summaryrefslogtreecommitdiffstats
path: root/make/gdbserver.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-53/+0
| | | | | | | 1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-1/+1
| | | | | | | | Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-4/+2
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Remove unwanted docsEric Andersen2003-02-141-0/+2
|
* Lots and lots of changesEric Andersen2003-02-121-2/+2
|
* Doh! Fix missing line for gdbserver.Eric Andersen2003-01-241-0/+2
|
* Fixup gdbserver build. Patch from acmayEric Andersen2003-01-231-9/+7
|
* Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen2003-01-191-2/+2
| | | | which is a bit more sensible.
* Fix gdb compileEric Andersen2003-01-171-1/+5
|
* standardize handling of GNU configure scriptsEric Andersen2003-01-171-10/+21
| | | | -Erik
* gdb wasn't working. Don't build a cross gdb for now.Eric Andersen2003-01-091-1/+0
| | | | -Erik
* update gdb versionEric Andersen2003-01-071-2/+2
|
* Some updates from Andrew May adding gdbserver and adjusting gdbEric Andersen2002-11-151-0/+39
in the hope of better cross-compiling support