source: rtems-source-builder/rtems/config/5/rtems-or1k.bset @ 1e9075a

5
Last change on this file since 1e9075a was 1e9075a, checked in by Joel Sherrill <joel@…>, on 10/23/18 at 17:01:47

Bump epiphany, m32c, or1k, and riscv to latest newlib.

  • Property mode set to 100644
File size: 733 bytes
Line 
1#
2# Tools Set for RTEMS or1k 5 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#
335/rtems-autotools
34devel/expat-2.1.0-1
35tools/rtems-binutils-2.31.1
36tools/rtems-gcc-4.9.3-newlib-5835688440fb0b23fe991a04c7e2df54ded87657
37tools/rtems-tools-5-1
38tools/rtems-gdb-7.11-2
Note: See TracBrowser for help on using the repository browser.