summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-nios2-binutils-2.20-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken URLs to FTP siteGedare Bloom2015-03-031-1/+1
|
* Add checksum support for downloaded files.Chris Johns2014-07-291-0/+2
| | | | | | | | 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-2/+2
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* Disable selects for the NIOS due to the specific versions needed.Chris Johns2013-04-271-0/+2
|
* Use ftp.rtems.org and not www.rtems.org.Chris Johns2013-03-211-1/+1
|
* Move all patches to the rtems-tools.git repo.Chris Johns2013-03-111-1/+1
| | | | | | | | | | | All patches are now downloaded. No patches or source is held in the RTEMS Source Builder repo. As part of this the build sets now have a single rtems_arch define and the base RTEMS 4.11 build set now creates the _target macro. With this change a method to manage RTEMS specific patches has been put in place where build sets can define patches. This avoids needing special configuration files.
* Restructure RTEMS Config FilesChris Johns2013-02-131-0/+22
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.