source: rtems-source-builder/rtems/config/4.11/rtems-avr.bset @ 48e1cd4

4.104.114.95
Last change on this file since 48e1cd4 was 48e1cd4, checked in by Chris Johns <chrisj@…>, on 03/10/13 at 23:58:40

Move all patches to the rtems-tools.git repo.

All patches are now downloaded. No patches or source is held
in the RTEMS Source Builder repo.

As part of this the build sets now have a single rtems_arch define
and the base RTEMS 4.11 build set now creates the _target macro.
With this change a method to manage RTEMS specific patches has been
put in place where build sets can define patches. This avoids needing
special configuration files.

  • Property mode set to 100644
File size: 397 bytes
Line 
1#
2# Tools Set for RTEMS AVR 4.11 Stable
3#
4
5%define release 1
6
7%define rtems_arch avr
8
9#
10# The RTEMS 4.11 base defines.
11#
12%include rtems-4.11-base.bset
13
14#
15# Disable building a C++ compiler.
16#  configure: error: unable to detect exception model
17#
18%define enable_cxx 0
19
20#
21# Tools configuration.
22#
23expat-2.1.0-1
24tools/rtems-binutils-2.22-1
25tools/rtems-gcc-4.7.2-newlib-2.0.0-1
26tools/rtems-gdb-7.5.1-1
Note: See TracBrowser for help on using the repository browser.