summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sb: Option --source-only-download does not download the source.4.11.3Chris Johns2018-02-081-0/+1
| | | | | | The option expansion is missing `--with-download'. Close #3295
* gcc: Use the RSB release for released tools.Chris Johns2018-02-072-1/+11
| | | | | | | Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3074
* sb: RSB backport changes to support mailing list posting of builds.Chris Johns2018-02-05312-70481/+6436
| | | | | | This requires moving to markdown for HTML and so asciidoc can be removed. Close 3289
* darwin: Make the xz executable path based.Chris Johns2018-01-291-1/+1
| | | | | | | | The xz tool is not provided in Xcode command line tools and needs to built or obtained somehow. This path can be any where so relax the need for an absolute path. Close #3279
* darwin: Fix building GCC 4.9.3 on Darwin (MacOS).Chris Johns2018-01-251-0/+10
| | | | | | | | The latest Xcode command line tools broken on 4.9.3 and a patch is needed. Note, a suitable binutils is configured for the ARM. Close #2439
* kernel: Do not build the RTEMS kernel by default when released.Chris Johns2018-01-191-1/+1
| | | | Close #3275
* rtems: Update all MPC version to use GNU's FTP site.Chris Johns2018-01-185-10/+10
| | | | Update #3274
* rtems: Remobve used tool configurations.Chris Johns2018-01-1845-1205/+0
| | | | Update 3274
* sb: Disable a log file for the check command.Chris Johns2018-01-182-1/+2
| | | | Fix a minor issue in the log module.
* sb: Back port options module from master.Chris Johns2018-01-181-32/+53
| | | | Update #3274
* sb: Add an orphan check to sb-check.Chris Johns2018-01-181-3/+107
| | | | | | | | | | | | The orphans check lets you see which configuration and build set files in the RSB are not referernced. You can audit the list and remove any configuration files not being used. Top level build set files are included so you need to becareful not to remove something that is valid and useful. To run: $ ./source-builder/sb-check --check-orphans Update #3274
* sb: Back port the path module from master.Chris Johns2018-01-181-15/+44
| | | | Update #3274
* gcc: Update MPC verison to one hosted on GNU's FTP site.Chris Johns2018-01-181-2/+2
| | | | Update #3271
* gcc: Use GNU's FTP rather than the package's home sites that change.Chris Johns2018-01-187-21/+21
| | | | Close #3271
* Remove RSB ARM specific config file ↵Chris Johns2017-08-232-11/+9
| | | | | | rtems-arm-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg Closes #3108.
* Building gcc-4.9.3 is broken on FreeBSD 11.1Chris Johns2017-08-231-0/+3
| | | | | | | | Reference the patch for the FreeBSD port. See ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212465 Closes #3107.
* ARM: Avoid warnings with -fno-short-enumsSebastian Huber2017-08-101-0/+2
| | | | Close #3094.
* sb/download: Fix --rsb-file options with released sources.4.11.2Chris Johns2017-07-101-2/+6
| | | | | | | The released sources use the local file name so always force it when the RSB is released. Closes #3064.
* gcc: Disable makenfo cause newer verisons do not build gcc-4.8 docs.Chris Johns2017-07-032-0/+3
| | | | | | | Newer makeinfo tools cannot build the existing texinfo in gcc so disable building it. This will not be fixed on the gcc branches. Updates #3027.
* 4.11/gcc-4.8.3 Fix building with a newer version of gcc.Chris Johns2017-07-031-0/+6
| | | | Updates #2990.
* 4.11/h8300: Disable the simulator on Windows.Chris Johns2017-06-141-0/+7
| | | | Closes #3044.
* 4.11/moxie: Revert binutils to 2.25 to support the matching gcc instruction set.Chris Johns2017-06-141-1/+1
| | | | Closes #3035.
* 4.11/mips: Back port the MIPS fix for FreeBSD from master.Chris Johns2017-06-141-0/+8
| | | | Updates #3033.
* sb: Backport from master the '--rsb-file=' option.Chris Johns2017-06-142-48/+104
| | | | Upates #3033.
* 4.11/lm32: Fix building on Windows.Chris Johns2017-06-142-10/+2
| | | | | | This patch fixes building the LM32 GDB on Windows. Closes #3030.
* sb: Fix long path support in the copy_tree and removeall path support.Chris Johns2017-06-141-35/+64
| | | | | | | | | This change lets the LM32 target build on Windows which has temporary install paths greated than the Win32 API max size. The buildroot path compression is still needed as the GNU assembler does not like paths that exceed the max Windows limit. Closes #2992.
* arm: Use the base 4.9.3 build configuration to pick up changes.Chris Johns2017-06-141-10/+1
| | | | Updates #2990.
* Fix the release builds of rtems-tools and kernel.Chris Johns2017-04-132-24/+28
| | | | Updates #2952.
* MSYS2: Patch to support newer packages.Chris Johns2017-04-121-0/+6
| | | | | | The patch is contributed by Worth Burruss. Closes #2990.
* Fix rtems-tools and rtems-kernel builds when released and with a release URL.Chris Johns2017-04-112-12/+15
| | | | Updates #2952.
* Fix the tools and kernel source URL when released to use `sources`.Chris Johns2017-04-102-19/+9
| | | | | | | | Remove `%define without_release_url` so the standard release URL processing is used. This requires the tools and kernel source is available in the releases `sources` directory. Updates #2952.
* 4.11/sparc: The sparc patch is held in the 4.12 in rtems-tools.git.Chris Johns2017-04-041-1/+1
|
* 4.11/sparc: Add the binutils-2.26 SPARC R_SPARC_32 reloc fix.Chris Johns2017-04-041-0/+6
| | | | | | | | | See https://sourceware.org/bugzilla/show_bug.cgi?id=20803. This fix is needed to support C++ exceptions in dynamically loaded code. Updates #2955.
* sb: Add the `release_path` key to the `version` section in the VERSION file.Chris Johns2017-03-263-8/+25
| | | | | | A release can specify a custom releaase URL path. Closes #2952.
* 4.11: ARM: Optimize IEEE-754 sqrt implementationSebastian Huber2017-03-222-1/+18
| | | | Update #2948.
* freebsd: Update makeinfo and install-info paths on FreeBSD 11.0Chris Johns2017-03-211-1/+9
| | | | Close #2947.
* gdb: Build with system readline and use MinGW compilers.4.11.14.11.0Chris Johns2016-04-152-3/+14
| | | | | | | | | Select MinGW compilers for Windows builds on Windows. Use the system readline rather than GDB's which does not handle cmd.exe correctly. Closes #2681.
* Bump OpenRISC versionsStefan Wallentowitz2016-03-241-7/+7
| | | | | | | | | | Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.9 updates #2668
* sb: fix the if logic to handle directives in if statements.Chris Johns2016-03-192-19/+66
| | | | | | | | | Directives in if statements end at the end of an if. The cannot change or split across directive boundaries. Add more trace detail to config.py. Updates #2661.
* bare/qemu: Use git if the RSB is not release or without a release URL.Chris Johns2016-03-182-3/+5
| | | | Updates #2661.
* bare/qemu: Fix %endif type.Chris Johns2016-03-181-1/+1
| | | | Updates #2661.
* sb: Fix vairable type in _if.Chris Johns2016-03-181-1/+1
| | | | Updates #2655.
* sb: Fix op parsing bug where the string was not created.Chris Johns2016-03-181-0/+2
| | | | Updates #2655.
* bare/qemu: Use a tarfile is the RSB is released.Chris Johns2016-03-181-5/+5
| | | | Updates #2661.
* sb: Make the URL output truncate on long long URLs.Chris Johns2016-03-181-6/+3
|
* 4.11/rtems-kernel: Use the updated common support for conditional building.Chris Johns2016-03-181-50/+2
| | | | Updates #2526.
* rtems/kernel: Move the --with-rtems logic in the common file.Chris Johns2016-03-181-112/+154
|
* sb: Fix %if logical OP parsing.Chris Johns2016-03-181-3/+9
| | | | Updates #2655.
* bare: Update or1ksim-master.zip hashChris Johns2016-03-171-0/+1
| | | | Updates #2657.
* bare: Correct the libffi-3.0.13 hash.Chris Johns2016-03-171-1/+1
| | | | Updates #2657.