summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sb: Change default prefix4.10Sebastian Huber2019-01-221-0/+6
| | | | | | | Use OS prefix + "rtems" + $rtems_version as the default prefix to automatically separate different RTEMS versions. Close #3680.
* sb: Change Linux default prefix to "/opt"Sebastian Huber2019-01-221-0/+1
| | | | | | http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14 Update #3680.
* devel/expat: Download from github and not SF.Chris Johns2018-04-132-3/+4
| | | | Close #3317
* sb/path: Update the path module to the latest from master.Chris Johns2018-04-131-45/+102
| | | | | | | - Fixes Windows path issues - Fixes infinite loop with a read-only path. Close #3394
* rtems: Do not build the RTEMS kernel by default in releases.Chris Johns2018-02-083-7/+5
| | | | Close #3292
* sb: Option --source-only-download does not download the source.Chris Johns2018-02-081-0/+1
| | | | | | The option expansion is missing `--with-download'. Close #3296
* gcc: Use the RSB release for released tools.Chris Johns2018-02-082-1/+11
| | | | | | | Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3293
* 4.10: Disable building the simulator in GDB for SPARC and LM32.Chris Johns2018-02-082-0/+6
| | | | | | There is POSIX code that does not build on Windows. Close #3291
* sb: Back port changes to support mailing list posting.Chris Johns2018-02-05311-70224/+6436
| | | | Close #3287
* sb: Backport from 4.11 the --rsb-file with releases fixes.Chris Johns2018-02-053-43/+86
| | | | Close #3286
* 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 #3280
* gcc: Update the MPC part of gcc to 1.0.3 as it is available on GNU's FTP.Chris Johns2018-01-171-2/+2
| | | | Update #3262
* arm: ARM on a recent FreeBSD fails to build.Chris Johns2018-01-171-1/+10
| | | | | | - See #2439 for details. Update #3262
* gcc: Add GCC option to build on Linux and do not build the texinfo.Chris Johns2018-01-171-0/+11
| | | | | | | - GCC on recent Linux systems needs `-fgnu89-inline` to build. - Disable building texinfo. Makeinfo on some hosts breaks the build. Update #3262
* gcc: Reference GNU's FTP site for all GCC parts.Chris Johns2018-01-178-24/+24
| | | | Close #3272
* avr: Fix the arch and disable iconv.Chris Johns2016-09-061-1/+2
|
* m32c: Disable iconv and use gn89 with clang on FreeBSD.Chris Johns2016-09-052-0/+12
|
* h8300: Update to binutils-2.26 and do not build iconv.Chris Johns2016-09-053-8/+21
| | | | | | The binutils-2.26 fixes an operand out of range bug. The iconv has tables which overflow the address ranges in the h8300.
* nios2: FreeBSD clang needs gnu89 to build gcc.Chris Johns2016-09-031-0/+6
|
* nios2: Switch to gdb-7.11.Chris Johns2016-09-031-1/+1
|
* 4.10: Add NIOS2 patch checksums.Chris Johns2016-09-021-6/+8
|
* 4.10: Remove the patch for the bfin for gdb-7.11.Chris Johns2016-09-021-5/+0
|
* 4.10: No ARM 64bit support on 4.10.Chris Johns2016-09-021-6/+0
|
* 4.10: Use a defaults file for the arch build sets.Chris Johns2016-09-0218-270/+52
|
* Update 4.10 to build from the RTEMS 4.10 branch.Chris Johns2016-09-0211-49/+79
|
* 4.10: new branch, remove unnecessary bsetsGedare Bloom2016-08-2663-1078/+0
|
* doc: add example of a local patchGedare Bloom2016-08-011-3/+9
|
* doc: source-builder.txt: Update installtion for ubuntu packagesPunit Vara2016-08-011-2/+3
| | | | | 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
* doc: correct a typo of RTEMSSambeet Panigrahi2016-08-011-1/+1
|
* doc: corrected typo of FreeBSDSambeet Panigrahi2016-08-011-1/+1
|
* 4.12/rtems-epiphany.bset: Use Newlib 2.4.0.20160527Sebastian Huber2016-06-132-1/+8
|
* 4.12/rtems-or1k.bset: Use Newlib 2.4.0.20160527Hesham Almatary2016-06-132-1/+8
|
* 4.12/rtems-default.bset: Use GCC 6-20160609Jan Sommer2016-06-132-1/+24
| | | | This fixes an issue with gnat.
* 4.12/rtems-m32c.bset: Use Newlib 2.4.0.20160527Sebastian Huber2016-06-082-1/+8
|
* 4.12/rtems-default.bset: Use GCC 6-20160526Sebastian Huber2016-05-302-1/+23
| | | | In addition use Newlib snapshot 2.4.0.20160527.
* 4.12/rtems-default.bset: Use GCC 6.0.1-RC-20160415Sebastian Huber2016-04-182-1/+26
|
* graphics: clone Microwindows from official Greg Haerr's repository.Pavel Pisa2016-04-162-2/+2
| | | | | | | | | | | | 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.
* graphics: update libtiff to 4.0.6 version.Pavel Pisa2016-04-162-1/+22
| | | | | There has been collision between local extern excessive function declaration and C library (newlib) provided header and type.
* gdb: Build with system readline and use MinGW compilers.Chris 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.
* graphics: Add 3rd party graphics support back to the master branch.Chris Johns2016-04-1523-20/+266
| | | | | | | | | | 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.
* rtems: Refactor to move to a single version on master.Chris Johns2016-04-1511-34/+38
| | | | | | | | | | 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.
* 4.12: Add the newlib patch to get the updated ctr0.o.Chris Johns2016-04-151-0/+3
|
* sb: Add --rsb-file options to %source and %patch to set a file name.Chris Johns2016-04-152-48/+103
| | | | | | 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.
* sb: Do not filter -f options from a BSP.Chris Johns2016-04-151-1/+1
|
* 4.12/rtems-or1k.bset: Update newlib to 2.4.0Joel Sherrill2016-04-132-1/+16
|
* 4.12/rtems-m32c.bset: Update to newlib 2.4.0Joel Sherrill2016-04-112-1/+15
|
* 4.12/rtems-epiphany.bset: Update to newlib 2.4.0Joel Sherrill2016-04-112-1/+16
|
* 4.12/rtems-default.bset: Update to gcc 6.20160327 and newlib-2.4.0Joel Sherrill2016-04-102-1/+23
|
* 4.12/rtems-moxie.bset: Include dtc needed by gdb buildJoel Sherrill2016-04-031-0/+3
|
* Bump OpenRISC versionsStefan Wallentowitz2016-03-241-7/+8
| | | | | | | | | | Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.11 updates #2669