source: rtems/make/custom/simsh7045.cfg @ 7d12e020

4.104.114.84.95
Last change on this file since 7d12e020 was 7d12e020, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 11:24:48

Add -g to CFLAGS_OPTIMIZE_V.

  • Property mode set to 100644
File size: 467 bytes
Line 
1#
2#  simsh7045.cfg
3#
4#  default configuration for gdb-simulation of Hitachi sh7045 processors
5#
6#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
7#
8#  $Id$
9#
10
11include $(RTEMS_ROOT)/make/custom/shsim.cfg
12
13RTEMS_CPU=sh
14RTEMS_CPU_MODEL=sh7045
15
16#
17#  This contains the compiler options necessary to select the CPU model
18#  and (hopefully) optimize for it.
19#
20CPU_CFLAGS = -m2
21
22# optimize flag: typically -O2
23CFLAGS_OPTIMIZE_V = -O2 -g
24
25# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.