source: rtems-source-builder/rtems/config/4.11/rtems-or1k.bset @ 3a0e561

4.104.114.95
Last change on this file since 3a0e561 was 3a0e561, checked in by Hesham ALMatary <heshamelmatary@…>, on 05/26/14 at 01:40:22

Add support for building rtems-or1k tool-chain - fixed

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.

  • Property mode set to 100644
File size: 1023 bytes
Line 
1#
2# Tools Set for RTEMS or1k 4.11 Stable
3#
4
5%define release 1
6
7%define rtems_arch or1k
8
9#
10# The RTEMS 4.11 BSP to build and test
11#
12%define rtems_bsps      all
13
14#
15# The RTEMS 4.11 base defines.
16#
17%include rtems-4.11-base.bset
18
19#
20# Tools configuration.
21#
224.11/rtems-autotools
23devel/expat-2.1.0-1
24tools/rtems-binutils-2.24-1
25tools/rtems-gcc-4.8.2-newlib-2.1.0-1
26tools/rtems-gdb-7.7-1
27
28#
29# or1k specific patches
30#
31
32#binutils
33%patch add binutils -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/binutils-2.24-or1k-rtems.diff
34
35#newlib
36%patch add newlib -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/newlib-cvs-or1k-rtems-29-4-2014.diff
37
38#gcc
39%patch add gcc -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gcc-4.8.2-or1k-rtems-29-4-2014.diff
40
41#gdb
42%patch add gdb -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gdb-7.7-or1k-rtems.diff
43
44#
45# or1k specific configurations
46#
47
48#gdb
49%define gdb-disable-sim 1
Note: See TracBrowser for help on using the repository browser.