summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-binutils-2.20.1-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: binutils-2.20.1 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-1/+3
| | | | | | | This is fixed by patch file binutils-2.20.1-rtems4.10-20151123.diff from the rtems-tools.git repository. Update #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-7/+2
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* Add Canadian Cross support.Chris Johns2013-04-011-0/+3
| | | | | | | | | | | | | | | | | | | | Add support to build MinGW tools using Cygwin. This is a Canadian cross build. Do not expand the directives when parsing a configuration file. Hold in the package object the text as read from the configuration file. Still parse the logic but leave the macros. This allows a configuration to be varied when the build happens. The Canadian cross uses this to build a build compiler used to build a Cxc runtime. Add Cxc support to the build module. In the defaults add rm and rmfile macros, add Cxc paths and pre-build script code. In the setbuilder check for a Cxc build and if so and the package allow Cxc build the build host version then the host target version. Add cygiwn support to the defaults processing and to the Windows module.
* 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.