source: rtems-source-builder/rtems/config/5/rtems-m32c.bset @ 30da0c7

5
Last change on this file since 30da0c7 was 30da0c7, checked in by Sebastian Huber <sebastian.huber@…>, on 11/08/18 at 13:09:59

5: Update Newlib

Fix v850 target issue related to the new -fdata-sections build.

Remove <machine/param.h> include from <sys/_cpuset.h>.

  • Property mode set to 100644
File size: 707 bytes
Line 
1#
2# Tools Set for RTEMS M32C 5 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#
415/rtems-autotools
42devel/expat-2.1.0-1
43tools/rtems-binutils-2.31.1
44tools/rtems-gcc-4.8.3-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f
45tools/rtems-gdb-8.0.1-1
46tools/rtems-tools-5-1
Note: See TracBrowser for help on using the repository browser.