source: rtems-source-builder/rtems/config/4.12/rtems-or1k.bset @ aa3d0fe

5
Last change on this file since aa3d0fe was aa3d0fe, checked in by Sebastian Huber <sebastian.huber@…>, on 03/27/17 at 06:12:25

4.12: Update to use Newlib 2.5.0.20170323

  • Property mode set to 100644
File size: 722 bytes
Line 
1#
2# Tools Set for RTEMS or1k 4.12 Stable
3#
4
5%define release 1
6
7%define rtems_arch or1k
8
9#
10# The RTEMS base defines.
11#
12%include rtems-base.bset
13
14#
15# or1k specific patches
16#
17
18%patch add gcc -p1 https://github.com/openrisc/or1k-gcc/releases/download/or1k-4.9.3-release/gcc-4.9.3-or1k.patch
19%patch add gdb -p1 https://github.com/openrisc/binutils-gdb/releases/download/gdb-7.11-or1k-release/gdb-7.11-or1k.patch
20
21#
22# or1k specific configurations
23#
24
25#
26# Disable GDB simulator. Use the external simulator.
27#
28%define gdb-disable-sim 1
29
30#
31# Tools configuration.
32#
334.12/rtems-autotools
34devel/expat-2.1.0-1
35tools/rtems-binutils-2.26-1
36tools/rtems-gcc-4.9.3-newlib-2.5.0.20170323-1.cfg
37tools/rtems-tools-4.12-1
38tools/rtems-gdb-7.11-1
Note: See TracBrowser for help on using the repository browser.