summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-13devel/expat: Download from github and not SF.4.10Chris Johns
Close #3317
2018-04-13sb/path: Update the path module to the latest from master.Chris Johns
- Fixes Windows path issues - Fixes infinite loop with a read-only path. Close #3394
2018-02-08rtems: Do not build the RTEMS kernel by default in releases.Chris Johns
Close #3292
2018-02-08sb: Option --source-only-download does not download the source.Chris Johns
The option expansion is missing `--with-download'. Close #3296
2018-02-08gcc: Use the RSB release for released tools.Chris Johns
Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3293
2018-02-084.10: Disable building the simulator in GDB for SPARC and LM32.Chris Johns
There is POSIX code that does not build on Windows. Close #3291
2018-02-05sb: Back port changes to support mailing list posting.Chris Johns
Close #3287
2018-02-05sb: Backport from 4.11 the --rsb-file with releases fixes.Chris Johns
Close #3286
2018-01-29darwin: Make the xz executable path based.Chris Johns
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 #3280
2018-01-17gcc: Update the MPC part of gcc to 1.0.3 as it is available on GNU's FTP.Chris Johns
Update #3262
2018-01-17arm: ARM on a recent FreeBSD fails to build.Chris Johns
- See #2439 for details. Update #3262
2018-01-17gcc: Add GCC option to build on Linux and do not build the texinfo.Chris Johns
- GCC on recent Linux systems needs `-fgnu89-inline` to build. - Disable building texinfo. Makeinfo on some hosts breaks the build. Update #3262
2018-01-17gcc: Reference GNU's FTP site for all GCC parts.Chris Johns
Close #3272
2016-09-06avr: Fix the arch and disable iconv.Chris Johns
2016-09-05m32c: Disable iconv and use gn89 with clang on FreeBSD.Chris Johns
2016-09-05h8300: Update to binutils-2.26 and do not build iconv.Chris Johns
The binutils-2.26 fixes an operand out of range bug. The iconv has tables which overflow the address ranges in the h8300.
2016-09-03nios2: FreeBSD clang needs gnu89 to build gcc.Chris Johns
2016-09-03nios2: Switch to gdb-7.11.Chris Johns
2016-09-024.10: Add NIOS2 patch checksums.Chris Johns
2016-09-024.10: Remove the patch for the bfin for gdb-7.11.Chris Johns
2016-09-024.10: No ARM 64bit support on 4.10.Chris Johns
2016-09-024.10: Use a defaults file for the arch build sets.Chris Johns
2016-09-02Update 4.10 to build from the RTEMS 4.10 branch.Chris Johns
2016-08-264.10: new branch, remove unnecessary bsetsGedare Bloom
2016-08-01doc: add example of a local patchGedare Bloom
2016-08-01doc: source-builder.txt: Update installtion for ubuntu packagesPunit Vara
This patch fixes the most common python missing error for RTEMS tool chain build and RSB built is tested for ubuntu 16.04.1 LTS
2016-08-01doc: correct a typo of RTEMSSambeet Panigrahi
2016-08-01doc: corrected typo of FreeBSDSambeet Panigrahi
2016-06-134.12/rtems-epiphany.bset: Use Newlib 2.4.0.20160527Sebastian Huber
2016-06-134.12/rtems-or1k.bset: Use Newlib 2.4.0.20160527Hesham Almatary
2016-06-134.12/rtems-default.bset: Use GCC 6-20160609Jan Sommer
This fixes an issue with gnat.
2016-06-084.12/rtems-m32c.bset: Use Newlib 2.4.0.20160527Sebastian Huber
2016-05-304.12/rtems-default.bset: Use GCC 6-20160526Sebastian Huber
In addition use Newlib snapshot 2.4.0.20160527.
2016-04-184.12/rtems-default.bset: Use GCC 6.0.1-RC-20160415Sebastian Huber
2016-04-16graphics: clone Microwindows from official Greg Haerr's repository.Pavel Pisa
graphics/nxlib is removed from build set because for actual Microwindows the NXlib is included in Microwindows sources (src/nxlib). The original NXlib libX11.a is replaced by two varinats libPX11 links X11 server replacement directly to the application. libNX11 is more X11 concept compatible, application and server runs in the separate processes.
2016-04-16graphics: update libtiff to 4.0.6 version.Pavel Pisa
There has been collision between local extern excessive function declaration and C library (newlib) provided header and type.
2016-04-15gdb: Build with system readline and use MinGW compilers.Chris Johns
Select MinGW compilers for Windows builds on Windows. Use the system readline rather than GDB's which does not handle cmd.exe correctly.
2016-04-15graphics: Add 3rd party graphics support back to the master branch.Chris Johns
The support is added at the top level and so not lost when we move to a new version of RTEMS. The change also moves all 3rd party packages to use a common rtems-package.bset build set file. All packages except Microwindows itself build cleanly.
2016-04-15rtems: Refactor to move to a single version on master.Chris Johns
Move the 4.12 version and base defines to just RTEMS base defines which includes the version. This removes the version from a number of files and makes it simpler to move to a new version. It however means we cannot support more than version on master. This change further breaks 4.10 and 4.9 however it means we can branch these versions and better support them on their branches.
2016-04-154.12: Add the newlib patch to get the updated ctr0.o.Chris Johns
2016-04-15sb: Add --rsb-file options to %source and %patch to set a file name.Chris Johns
Override the automatic file name of a downloaded file and use the file name provided by the option. This is useful if the URL has no meanful file that can be automatically extracted from the URL.
2016-04-15sb: Do not filter -f options from a BSP.Chris Johns
2016-04-134.12/rtems-or1k.bset: Update newlib to 2.4.0Joel Sherrill
2016-04-114.12/rtems-m32c.bset: Update to newlib 2.4.0Joel Sherrill
2016-04-114.12/rtems-epiphany.bset: Update to newlib 2.4.0Joel Sherrill
2016-04-104.12/rtems-default.bset: Update to gcc 6.20160327 and newlib-2.4.0Joel Sherrill
2016-04-034.12/rtems-moxie.bset: Include dtc needed by gdb buildJoel Sherrill
2016-03-24Bump OpenRISC versionsStefan Wallentowitz
Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.11 updates #2669
2016-03-19sb: fix the if logic to handle directives in if statements.Chris Johns
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.
2016-03-18bare/qemu: Use git if the RSB is not release or without a release URL.Chris Johns
Updates #2661.