summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.5.3-newlib-2.0.0-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-2/+1
| | | | | | 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-8/+0
| | | | | | | | | | | | | | | | | | | | 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.
* Move all patches to the rtems-tools.git repo.Chris Johns2013-03-111-1/+2
| | | | | | | | | | | 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.
* Patch to fix strsignal for the LM32 gcc-4.5.3.Chris Johns2013-03-091-0/+5
|
* Switch LM32 to gcc-4.5.3.Chris Johns2013-03-091-0/+29
This is the reported known working tool set by the Milkymist project. Currently this does not build on MacOS. It could be a host issue with the age of the compiler.