source: rtems-source-builder/rtems/config/4.11/rtems-m32c.bset @ b3b8dd3

4.104.114.95
Last change on this file since b3b8dd3 was b3b8dd3, checked in by Chris Johns <chrisj@…>, on 04/28/13 at 02:54:47

Always build RTEMS.

  • Property mode set to 100644
File size: 730 bytes
Line 
1#
2# Tools Set for RTEMS M32C 4.11 Stable
3#
4
5%define release 1
6
7%define rtems_arch m32c
8
9#
10# The RTEMS 4.11 BSP to build and test
11#
12%define rtems_bsps      all
13%define rtems_test_bsps none
14
15#
16# The RTEMS 4.11 base defines.
17#
18%include rtems-4.11-base.bset
19
20#
21# Disable building a C++ compiler.
22#
23#  gcc-4.7.2/libstdc++-v3/src/mt_allocator.cc:76: error: cast from 'void*' to 'size_t' loses precision
24#
25%define enable_cxx 0
26
27#
28# Set the build flags to work around the defaults in the
29# compiler that cause ICE.
30#
31%define _targetcflags -g -O2
32%define _targetcxxflags -g -O2
33
34#
35# Tools configuration.
36#
37expat-2.1.0-1
38tools/rtems-binutils-2.23.1-1
39tools/rtems-gcc-4.7.3-newlib-2.0.0-1
40tools/rtems-gdb-7.5.1-1
41tools/rtems-kernel-4.11.cfg
Note: See TracBrowser for help on using the repository browser.