source: rtems/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim.cfg @ 9deb25e1

4.104.115
Last change on this file since 9deb25e1 was 9deb25e1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 08:50:10

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/m32csim.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 471 bytes
Line 
1#
2#  Config file for the M32C GDB Simulator
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=m32c
10RTEMS_CPU_MODEL=m32c
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=m32cbsp
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS = -mcpu=m32cm
18
19# optimize flag: typically -O2
20# see GCC PR37665
21#CFLAGS_OPTIMIZE_V = -Os -g
22CFLAGS_OPTIMIZE_V = -O0 -g
Note: See TracBrowser for help on using the repository browser.