summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.9.0-newlib-2.1.0-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add checksum support for downloaded files.Chris Johns2014-07-291-0/+10
| | | | | | | | File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-8/+1
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* 4.11/rtems-lm32: Use gcc-4.9.0 and fix gdb simulator build on Windows.Chris Johns2014-05-091-0/+37
The lm32 arch builds on gcc-4.9.0 so lets move to a recent build rather than the old 4.5.? build. Remove stdin and stdout references and the simulator io calls in gdb so the simulator builds on Windows.