summaryrefslogtreecommitdiffstats
path: root/source-builder/config/dtc-1-1.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-2/+1
| | | | | | | | | - 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
* rtems4.11: Update DTC for Moxie to it's new home path.Chris Johns2014-12-121-4/+4
| | | | | | Add a suitable hash for the build to proceed. Closes #2202.
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-10/+3
| | | | | | Remove the numbered source and patches and automatically manage sources and patches. This removes the overhead in maintaining large collections of patches.
* config: Use ${build_top} to change dir to parent.Chris Johns2013-09-101-5/+11
| | | | | | | | | | On NetBSD with ksh changing into a symlink made PWD the link's target path so a 'cd ..' returned you to that parent and not the parent you started from. Record the build top and then change back to that path. Change the package names to the actual packages and remove the extra directory in the build tree. This makes the paths simpler.
* Fix the Cxc build configuration for the DTC tool.Chris Johns2013-07-141-1/+1
|
* Support Canadian cross builds on FreeBSD (and other hosts).Chris Johns2013-05-151-0/+2
| | | | | | | | | Set up the rules to manage the separate host and build setting to allow a Canadian cross to complete. Update the scripts to move the build directory and host/build flags into the defaults so they are common for all build configurations.
* Add Canadian Cross support.Chris Johns2013-04-011-13/+11
| | | | | | | | | | | | | | | | | | | | 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.
* Cleanup the %setup flagsChris Johns2013-02-281-1/+1
|
* Moxie GDB DTC support addedChris Johns2013-02-141-0/+54
The Moxie GDB simulator uses the DTC (device tree compiler) to build a device tree. This is added and built before the gdb.