561 Commits

Author SHA1 Message Date
Chris Johns
bf23399a8c Add a grep function and timestamp.
Fix the acinclude.m4.
2013-04-27 21:56:33 +10:00
Chris Johns
3ff992b0ce Disable C++ if not built. Use the faster bootstrap. 2013-04-27 20:34:47 +10:00
Chris Johns
e879c9fe49 Add a faster bootstrap for RTEMS.
This is a threading dispatcher to bootstrap RTEMS using the
available cores rather than the sequential standard script.
2013-04-27 20:30:15 +10:00
Chris Johns
ccaa68e38c Disable selects for the NIOS due to the specific versions needed. 2013-04-27 20:28:19 +10:00
Chris Johns
517f03669c Add '%disable select' to turn off the macros maps. 2013-04-27 20:26:49 +10:00
Chris Johns
dbede7322b Make _sbdir absolute. Add locks to read maps.
Add locks to the read maps to support disabling the select command.

Make the _sbdir etc absolute to let it be referenced from anywhere.
2013-04-27 20:23:35 +10:00
Chris Johns
624954ba0b Add macro include support. Use it for building from head.
This change provides a simple way to build all parts of the tools from
version control.
2013-04-26 12:05:53 +10:00
Chris Johns
8f309979dc Add binutils support for snapshot builds. 2013-04-26 12:05:13 +10:00
Chris Johns
9cce399150 Default to cvs with -z 9. 2013-04-26 12:04:39 +10:00
Chris Johns
a202f3e023 Add SuSE variations. 2013-04-25 17:50:08 +10:00
Chris Johns
9cf846d2a5 Remove all patches. 2013-04-25 16:50:34 +10:00
Chris Johns
40fec60c2a Update for Fedora 17 changes. 2013-04-25 15:30:48 +10:00
Chris Johns
8029c99b40 Undefine all possible patches. 2013-04-25 15:06:44 +10:00
Chris Johns
c65b9eb7ec Change the CVS download path to include the module and tag/date. 2013-04-25 15:06:20 +10:00
Chris Johns
1a3c484619 Add a tip about using --dry-run before an initial build to check all is ok. 2013-04-25 15:05:16 +10:00
Chris Johns
9131a562ee Move the common snapshots to the common config tree. Add gdb. 2013-04-24 17:32:49 +10:00
Chris Johns
97458480d7 Add touch for Redhat hosts. 2013-04-24 16:19:09 +10:00
Chris Johns
b30a539873 Fix the autotools prefix in the RTEMS example. 2013-04-23 17:31:20 +10:00
Chris Johns
b328e49593 Update the RTEMS Configurations to show how to build autotools if they are not valid. 2013-04-23 17:29:29 +10:00
Chris Johns
86b2b4fe63 Add support to check for a valid autoconf for RTEMS. 2013-04-23 16:03:25 +10:00
Chris Johns
1869040e16 Fix the path for a CVS checkout. 2013-04-23 11:41:49 +10:00
Chris Johns
f077b2b190 Fixes for CVS to work. Add RTEMS build for sparc/sis. 2013-04-22 22:28:27 +10:00
Chris Johns
5f44fcdd1b Fix CVS downloads. 2013-04-21 21:43:17 +10:00
Chris Johns
5142becd8e Refactor the logging support. 2013-04-21 18:37:02 +10:00
Chris Johns
ec5674403d Add source and patches section. 2013-04-21 18:36:36 +10:00
Chris Johns
29a300a766 Fix the ZIP label. 2013-04-20 21:51:10 +10:00
Chris Johns
4ce931b413 Add CVS download support.
These changes complete the CVS download support.
2013-04-20 21:47:28 +10:00
Chris Johns
fd5042a1c4 Support multiple read maps.
A build could require more than one map to be active at once. This
change allows more than one map to be set. An example is gcc and
newlib. Having separate maps allows a user to control which part
they test.
2013-04-20 21:42:39 +10:00
Chris Johns
b0c2756190 Clean up the git module. 2013-04-16 17:41:31 +10:00
Chris Johns
200f0a33b6 Add a CVS module to manage CVS. 2013-04-16 17:39:48 +10:00
Chris Johns
f8bdb41bef Minor clean up. 2013-04-16 14:57:27 +10:00
Chris Johns
1bab1652f0 Add snapshot macros files.
To use:

 ../source-builder/sb-set-builder --log=l-4.11-sparc.txt \
            --prefix=$HOME/development/rtems/4.11-ss \
            --macros=snapshots/gcc-4.7-branch.mc \
            4.11/rtems-sparc

This will clone the GCC git repo, checkout the 4.7 branch and
build the compiler. The 4.7.3 patch is still being used.
2013-04-16 14:44:54 +10:00
Chris Johns
82e9f91ccf Add the --regression option. 2013-04-16 14:42:05 +10:00
Chris Johns
649a64c0af Add download git support.
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.
2013-04-16 14:28:34 +10:00
Chris Johns
b022691026 Override the target build flags. 2013-04-15 17:03:09 +10:00
Chris Johns
64f337bdfc No specific static libraries. 2013-04-15 13:47:15 +10:00
Chris Johns
b8ee74d356 Add a %testing section to the configuration files. 2013-04-15 13:26:36 +10:00
Chris Johns
2cc7a974a5 PR 2117 - Only check the prefix is writable if installing and not a dry run. 2013-04-15 12:16:26 +10:00
Chris Johns
ff91af27c3 Add _forced_static to the default.
This is used in the configuration scripts to specify which
libraries you want to be linked as static. For gdb this is
libexpat which is built as part of most build sets.
2013-04-15 11:45:00 +10:00
Chris Johns
255e032bab PR 2115 - Fix checking when the path does not fully exist. 2013-04-15 11:15:01 +10:00
Chris Johns
c95c2456a4 PR 2116 - Fix the option parsing to handle both ' ' and '='. 2013-04-15 10:13:43 +10:00
Chris Johns
9994530920 PR 2115 - Check prefix path write access before starting to build.
Added a check in the options post processing to check is the
prefix path allows writes. No actual write check is made. just
the permissions are checked. If the --no-install options is
used the check is not made.

Moved the --no-install option from the set builder to the options
module.
2013-04-15 10:05:23 +10:00
Chris Johns
8508944647 PR 2115 - Fixed the exception on no 'what'. 2013-04-15 09:48:42 +10:00
Chris Johns
5e02e80d5a Add --no-download to disable the downloader. 2013-04-15 09:48:42 +10:00
Chris Johns
cc2c48ba88 Switch to the regenerated gcc-4.7.3 patch. 2013-04-15 08:30:25 +10:00
Chris Johns
3e86a96c52 Update RTEMS 4.11 to GCC 4.7.3.
All build sets for RTEMS 4.11 that where using GCC 4.7.2 have been
updated to GCC 4.7.3. This release uses a new patch from the
rtems-tools git repo.

The AVR tools have the target CFLAGS forced to '-O2 -g' to work
around bugs in the AVR GCC compiler related to the default
optimizations used when building the various run-time libraries.
2013-04-14 18:08:10 +10:00
Chris Johns
69f9806cc1 Document fixes reported by users. 2013-04-14 17:37:39 +10:00
Chris Johns
4351cf4d7f Updated documentation. 2013-04-14 13:16:55 +10:00
Chris Johns
e45a2e4b1d Bug fix the list name. 2013-04-14 07:54:58 +10:00
Chris Johns
0565e1fa4b Add support for snapshot testing.
User macro files passed on the command line allow a user to
override the defaults in configuration files to test new changes
in pending releases.

Fix macros issues with keys with more than one map.
2013-04-13 18:29:30 +10:00