source: rtems-source-builder/rtems/config/4.12/rtems-m32c.bset @ 3343562

4.104.95
Last change on this file since 3343562 was 3343562, checked in by Joel Sherrill <joel@…>, on 04/10/16 at 18:57:59

4.12/rtems-m32c.bset: Update to newlib 2.4.0

  • Property mode set to 100644
File size: 691 bytes
Line 
1#
2# Tools Set for RTEMS M32C 4.12 Stable
3#
4
5%define release 1
6
7%define rtems_arch m32c
8
9#
10# The RTEMS 4.12 base defines.
11#
12%include rtems-4.12-base.bset
13
14#
15# Disable building a C++ compiler.
16#
17#
18#
19%define enable_cxx 0
20
21#
22# Disable building ICONV support
23#
24%define with_iconv 0
25
26#
27# Set the build flags to work around the defaults in the
28# compiler that cause ICE.
29#
30%define _targetcflags -g -O0
31%define _targetcxxflags -g -O0
32
33#
34# If Windows (MinGW) do not build the simulator.
35#
36%define win32-gdb-disable-sim
37
38#
39# Tools configuration.
40#
414.12/rtems-autotools
42devel/expat-2.1.0-1
43tools/rtems-binutils-2.24-1
44tools/rtems-gcc-4.8.3-newlib-2.4.0-1
45tools/rtems-gdb-7.9-1
46tools/rtems-tools-4.12-1
Note: See TracBrowser for help on using the repository browser.