Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update gdb a bit. remove support for ancient versions. | Eric Andersen | 2005-03-26 | 7 | -618/+68 |
| | |||||
* | Overwrite any existing link should there be one | Eric Andersen | 2005-03-26 | 1 | -1/+1 |
| | |||||
* | Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵ | Mike Frysinger | 2005-03-21 | 1 | -2/+2 |
| | | | | should be BR2_PACKAGE_GDB_CLIENT. | ||||
* | kill off support for gdb 5.3 | Eric Andersen | 2005-03-02 | 4 | -803/+1 |
| | |||||
* | Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix | Joakim Tjernlund | 2005-02-27 | 4 | -0/+331 |
| | | | | obvious rejects. | ||||
* | This doesn't need ncurses headers installed in the target | Eric Andersen | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | cleanup using a variable before it was defined | Eric Andersen | 2005-02-11 | 1 | -4/+2 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -14/+19 |
| | | | | | 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=50 | Eric Andersen | 2005-01-23 | 3 | -9/+15 |
| | | | | | | | | | | | | 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. | ||||
* | Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breaking | Manuel Novoa III | 2004-10-31 | 1 | -0/+28 |
| | | | | | coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change. | ||||
* | -xvf -> $(TAR_OPTIONS) | Mike Frysinger | 2004-10-11 | 1 | -1/+1 |
| | |||||
* | depend on ncurses | Eric Andersen | 2004-10-10 | 2 | -8/+10 |
| | |||||
* | Andrew May writes: | Eric Andersen | 2004-10-10 | 1 | -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. | ||||
* | Add some seperators | Eric Andersen | 2004-10-09 | 1 | -0/+2 |
| | |||||
* | Remove obsolete reference to SOURCE_DIR | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 11 | -0/+1946 |
-Erik |