summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh7045.cfg
blob: 5282917a310f2634fc8ce1b2c46719bbc39069c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
#  simsh7045.cfg
#
#  default configuration for gdb-simulation of Hitachi sh7045 processors
#
#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#
#  $Id$
#

include $(RTEMS_ROOT)/make/custom/shsim.cfg

RTEMS_CPU=sh
RTEMS_CPU_MODEL=sh7045

#
#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it.
#
CPU_CFLAGS=-m2

# debug flags: typically none, but we use -O1 as it produces better code
# CFLAGS_DEBUG_V = -O1
CFLAGS_DEBUG_V =

# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O4 

# Miscellaneous additions go here