summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/execute.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-64/+301
| | | | | | | | | - 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
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-11/+17
| | | | | | Fix Windows support to allow MSYS2 Python to be used. Updates #2619.
* Refactor the logging support.Chris Johns2013-04-211-0/+1
|
* Add Canadian Cross support.Chris Johns2013-04-011-0/+6
| | | | | | | | | | | | | | | | | | | | 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 into the source-builder tree.Chris Johns2012-11-061-0/+363