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

5
Last change on this file since d20f4df was d20f4df, checked in by Sebastian Huber <sebastian.huber@…>, on 11/10/17 at 08:33:43

5: Upgrade m32c to GDB 8.0.1

Close #3225.

  • Property mode set to 100644
File size: 683 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.29-1
44tools/rtems-gcc-4.8.3-newlib-2.5.0.20170922-1
45tools/rtems-gdb-8.0.1-1
46tools/rtems-tools-5-1
Note: See TracBrowser for help on using the repository browser.