summaryrefslogtreecommitdiffstats
path: root/source-builder/config/gcc-4.5-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-4/+4
| | | | | | | | | - Build GDb first as we do for RTEMS 5 and later - Update GDB to 9.1 for all archs expect SPARC. The SIS patches only apply to 7.9. Disable Python for SPARC Closes #4111
* gcc: Use GNU's FTP rather than the package's home sites that change.Chris Johns2018-01-181-3/+3
| | | | Close #3271
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-15/+5
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* Align the 4.8 and 4.5 configurations with the gcc-common.Chris Johns2013-05-201-7/+15
|
* Add Canadian Cross support.Chris Johns2013-04-011-167/+2
| | | | | | | | | | | | | | | | | | | | 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 build set patch option support.Chris Johns2013-03-121-20/+20
|
* Switch LM32 to gcc-4.5.3.Chris Johns2013-03-091-0/+198
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.