source: rtems-source-builder/rtems/config/4.11/rtems-avr.bset @ 1aade53

4.104.114.95
Last change on this file since 1aade53 was 1aade53, checked in by Chris Johns <chrisj@…>, on 04/30/13 at 05:09:13

rtems-4.11: binutils 2.23.2, gcc-4.8.0, newlib-cvs-30-April-2013, gdb-7.6

  • Property mode set to 100644
File size: 767 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 BSP to build and test
11#
12%define rtems_bsps      avrtest
13%define rtems_test_bsps avrtest
14
15#
16# The RTEMS 4.11 base defines.
17%define rtems_bsps      all
18%define rtems_test_bsps none
19
20#
21# The RTEMS 4.11 base defines.
22#
23%include rtems-4.11-base.bset
24
25#
26# Disable building a C++ compiler.
27#  configure: error: unable to detect exception model
28#
29%define enable_cxx 0
30
31#
32# Set the build flags to work around the defaults in the
33# compiler that cause ICE.
34#
35%define _targetcflags -g -O2
36%define _targetcxxflags -g -O2
37
38#
39# Tools configuration.
40#
41expat-2.1.0-1
42tools/rtems-binutils-2.23.2-1
43tools/rtems-gcc-4.8.0-newlib-cvs-1
44tools/rtems-gdb-7.6-1
45tools/rtems-kernel-4.11
Note: See TracBrowser for help on using the repository browser.