summaryrefslogtreecommitdiffstats
path: root/rtems/config/4.11/rtems-or1k.bset (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-1/+1
| | | | | | | | | - Build GDb first as we do for RTEMS 5 and later - Update GDB to 9.1 for all archs expect SPARC. The SIS patches only apply to 7.9. Disable Python for SPARC Closes #4111
* 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
* or1k: use newlib snapshot for rtems4.11Hesham Almatary2015-12-111-1/+1
|
* or1k: correct the md5 hash of the GCC patchHesham ALMatary2015-05-071-1/+1
|
* commit d746ab827529c4e451813bb0e6461ce3dc7b1231Stefan Wallentowitz2015-02-131-5/+1
| | | | | | | Author: Stefan Wallentowitz <stefan.wallentowitz@tum.de> Date: Thu Feb 12 14:21:42 2015 +0100 Replace binutils for or1k as it is upstream there
* rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.Chris Johns2014-10-311-0/+1
| | | | | RTEMS kernel requires the rtems-tools package be installed to build the libdl tests.
* rtems-4.11: Switch to newlib's git repo.Chris Johns2014-10-071-1/+1
|
* config: Format changes.Chris Johns2014-07-301-14/+16
|
* Refer to newlib-cvs and gcc.4.8.3, and add hashes for patches.Hesham ALMatary2014-07-301-5/+5
| | | | | | | 1- Refer to newlib-cvs as it supports OpenRISC/RTEMS by now. 2- Use gcc.4.8.3 release instead of 4.8.2 one. 3- Refer to the new gcc-4.8.3 patch. 4- Add hash feature for patches.
* RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014.Chris Johns2014-07-251-7/+2
| | | | | | Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.
* Add support for building rtems-or1k tool-chain - fixedHesham ALMatary2014-06-021-0/+49
Configuration files get the following releases: - binutils-2.24 - newlib-2.1.0 - gcc-4.8.2 - gdb-7.7 Patches to tool-chain are mix of OpenRISC original patches and other additions to build the previous releases for RTEMS.