summaryrefslogtreecommitdiffstats
path: root/rtems/config/4.11/rtems-or1k.bset (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-06sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns1-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
2016-03-24Bump OpenRISC versionsStefan Wallentowitz1-7/+7
Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.9 updates #2668
2015-12-11or1k: use newlib snapshot for rtems4.11Hesham Almatary1-1/+1
2015-05-07or1k: correct the md5 hash of the GCC patchHesham ALMatary1-1/+1
2015-02-13commit d746ab827529c4e451813bb0e6461ce3dc7b1231Stefan Wallentowitz1-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
2014-10-31rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.Chris Johns1-0/+1
RTEMS kernel requires the rtems-tools package be installed to build the libdl tests.
2014-10-07rtems-4.11: Switch to newlib's git repo.Chris Johns1-1/+1
2014-07-30config: Format changes.Chris Johns1-14/+16
2014-07-30Refer to newlib-cvs and gcc.4.8.3, and add hashes for patches.Hesham ALMatary1-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.
2014-07-25RTEMS 4.11 Update to gcc-4.8.3 with Newlib CVS 26-Jul-2014.Chris Johns1-7/+2
Refactor some of the configurations to make it easier to maintain. Add gcc-4.9.x support.
2014-06-02Add support for building rtems-or1k tool-chain - fixedHesham ALMatary1-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.