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

5
Last change on this file since 4c5eb89 was 4c5eb89, checked in by Sebastian Huber <sebastian.huber@…>, on 03/01/17 at 06:30:37

4.12: Update to use Newlib 2.5.0.20170228

  • Property mode set to 100644
File size: 690 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 base defines.
11#
12%include rtems-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.5.0.20170228-1
45tools/rtems-gdb-7.9-1
46tools/rtems-tools-4.12-1
Note: See TracBrowser for help on using the repository browser.