summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gdb-7.3.1-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: gdb-7.3.1 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-0/+2
| | | | | | | This is fixed by patch file gdb-7.3.1-rtems4.10-20151123.diff from the rtems-tools.git repository. Close #2524.
* rtems-4.10: Add checksums.Chris Johns2014-08-131-0/+3
|
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-6/+1
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* Add RTEMS patch support.Chris Johns2013-03-201-0/+5
|
* Add support for RTEMS 4.10.Chris Johns2013-03-201-1/+1
| | | | | This change adds support for RTEMS 4.10 tools plus builds the latest RTEMS 4.10.2 release.
* Restructure RTEMS Config FilesChris Johns2013-02-131-0/+15
Add arch build files. This allows archs to have different versions and patches for specific tools. Break the RTEMS config directory up into separate directories to make long term maintenance easier. This required a change to config.py to handle the config files being in subdirs of the config directory. The defaults have been updated to include the install SB root so packages built before a package are available. Add makeinfo to the required tools. GDB (and others) need it to build without error.