source: rtems-source-builder/rtems/config/4.11/rtems-or1k.bset @ 5fdd664

4.104.114.95
Last change on this file since 5fdd664 was 1b11d05, checked in by Chris Johns <chrisj@…>, on 10/31/14 at 04:02:07

rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.

RTEMS kernel requires the rtems-tools package be installed to
build the libdl tests.

  • Property mode set to 100644
File size: 1.1 KB
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 base defines.
11#
12%include rtems-4.11-base.bset
13
14#
15# or1k specific patches
16#
17
18#binutils
19%patch add binutils -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/binutils-2.24-or1k-rtems.diff
20%hash  md5 binutils-2.24-or1k-rtems.diff 6a1d5ae6e37f6eed421b357a63a612db
21
22#gcc
23%patch add gcc -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gcc-4.8.3-or1k-rtems-29072014.diff
24%hash  md5 gcc-4.8.3-or1k-rtems-29072014.diff df2555b2dd4de2d78366fabd705f36ac
25
26#gdb
27%patch add gdb -p1 https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gdb-7.7-or1k-rtems.diff
28%hash  md5 gdb-7.7-or1k-rtems.diff 7565167e02652ff300dd31015499633e
29
30#
31# or1k specific configurations
32#
33
34#
35# Disable GDB simulator. Use the external simulator.
36#
37%define gdb-disable-sim 1
38
39#
40# Tools configuration.
41#
424.11/rtems-autotools
43devel/expat-2.1.0-1
44tools/rtems-binutils-2.24-1
45tools/rtems-gcc-4.8.3-newlib-git-1
46tools/rtems-tools-4.11-1
47tools/rtems-gdb-7.7-1
Note: See TracBrowser for help on using the repository browser.