source: rtems/make/custom/m32csim.cfg @ 3c5a40f

4.104.115
Last change on this file since 3c5a40f was d92d42e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:34:05

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • custom/m32csim.cfg: New file.
  • 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.