summaryrefslogtreecommitdiffstats
path: root/make/gdb.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-1/+5
| | | | | | | | 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/+1
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Add a patch for better debugging of staticly linked threaded apps.Eric Andersen2003-03-011-1/+3
| | | | -Erik
* Remove unwanted docsEric Andersen2003-02-141-0/+2
|
* Lots and lots of changesEric Andersen2003-02-121-2/+2
|
* Fix gdb so it worksEric Andersen2003-01-211-0/+1
|
* 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-11/+22
| | | | -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
|
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-1/+1
|
* Some updates from Andrew May adding gdbserver and adjusting gdbEric Andersen2002-11-151-0/+2
| | | | in the hope of better cross-compiling support
* Support gdbEric Andersen2002-05-291-0/+43
-Erik