source: rtems-source-builder/rtems/config/4.11/rtems-avr.bset @ 7f8c066

4.104.114.95
Last change on this file since 7f8c066 was 7f8c066, checked in by Gedare Bloom <gedare@…>, on 03/05/15 at 19:45:32

Switch to newlib-git-1 and bump version for all 4.9.2 tools

  • Property mode set to 100644
File size: 679 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# Disable building ICONV support
22#
23%define with_iconv 0
24
25#
26# Set the build flags to work around the defaults in the
27# compiler that cause ICE.
28#
29%define _targetcflags -g -O0
30%define _targetcxxflags -g -O0
31
32#
33# Tools configuration.
34#
354.11/rtems-autotools
36devel/expat-2.1.0-1
37tools/rtems-binutils-2.24-1
38tools/rtems-gcc-4.9.2-newlib-git-1
39tools/rtems-gdb-7.8.2-1
40tools/rtems-tools-4.11-1
41tools/rtems-kernel-4.11
Note: See TracBrowser for help on using the repository browser.