source: rtems-source-builder/rtems/config/4.11/rtems-avr.bset @ 6444d58

4.104.95
Last change on this file since 6444d58 was 8a7660c, checked in by Sebastian Huber <sebastian.huber@…>, on 07/06/15 at 13:40:32

rtems4.11: Use GCC 4.9.3

  • Property mode set to 100644
File size: 688 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.3-newlib-2.2.0-20150423-1
39tools/rtems-gdb-7.9-1
40tools/rtems-tools-4.11-1
41tools/rtems-kernel-4.11
Note: See TracBrowser for help on using the repository browser.