OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [custom/] [simsh7045.cfg] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
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
#  simsh7045.cfg,v 1.1 2001/01/22 14:03:44 joel Exp
9
#
10
 
11
include $(RTEMS_ROOT)/make/custom/shsim.cfg
12
 
13
RTEMS_CPU=sh
14
RTEMS_CPU_MODEL=sh7045
15
 
16
#
17
#  This contains the compiler options necessary to select the CPU model
18
#  and (hopefully) optimize for it.
19
#
20
CPU_CFLAGS=-m2
21
 
22
# debug flags: typically none, but we use -O1 as it produces better code
23
# CFLAGS_DEBUG_V = -O1
24
CFLAGS_DEBUG_V =
25
 
26
# optimize flag: typically -0, could use -O4 or -fast
27
# -O4 is ok for RTEMS
28
CFLAGS_OPTIMIZE_V = -O4
29
 
30
# Miscellaneous additions go here

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.