summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-14/+0
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen2005-01-231-1/+5
| | | | | | | | | | | | 0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off.
* Andrew May writes:Eric Andersen2004-10-101-2/+2
| | | | | | | | | | | | | A few more little ones. busybox fdisk with large files should be removed without large files. gdbtarget/gdb_client got mixed up in the Makefile.in. I think gdbtarget should have a depend on ncurses but I am not sure if it should go in the config or in the .mk. It may be nice to split out the server and client. uclibc.mk was checking BR2_SOFT_FLOAT for true not y.
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+10
-Erik