summaryrefslogtreecommitdiffstats
path: root/source-builder/config/checks.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* newlib: Support --with/without-newlib-tlsSebastian Huber2022-07-211-0/+9
| | | | | | | This RSB option defines if the --enable-newlib-reent-thread-local (_REENT_THREAD_LOCAL_STORAGE) Newlib configuration option is used or not. Update #4560.
* config: Control languages from the command line --with/--without options.Chris Johns2013-08-141-9/+23
| | | | Allow a user to include languages by --with-objc or --without-cxx.
* Add download git support.Chris Johns2013-04-161-1/+35
| | | | | | | | | | | Add support to use a git cloned repo as the source. Move the download code out of the build module and into a separate module. Add to this module support for git. Update the GCC common configuration to support using a symlinked git repo. Add checks for all languages.
* Add Canadian Cross support.Chris Johns2013-04-011-0/+15
| | | | | | | | | | | | | | | | | | | | 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/+11