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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [custom/] [simsh7045.cfg] - Diff between revs 1026 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1026 Rev 1765
#
#
#  simsh7045.cfg
#  simsh7045.cfg
#
#
#  default configuration for gdb-simulation of Hitachi sh7045 processors
#  default configuration for gdb-simulation of Hitachi sh7045 processors
#
#
#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#
#
#  simsh7045.cfg,v 1.1 2001/01/22 14:03:44 joel Exp
#  simsh7045.cfg,v 1.1 2001/01/22 14:03:44 joel Exp
#
#
include $(RTEMS_ROOT)/make/custom/shsim.cfg
include $(RTEMS_ROOT)/make/custom/shsim.cfg
RTEMS_CPU=sh
RTEMS_CPU=sh
RTEMS_CPU_MODEL=sh7045
RTEMS_CPU_MODEL=sh7045
#
#
#  This contains the compiler options necessary to select the CPU model
#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it.
#  and (hopefully) optimize for it.
#
#
CPU_CFLAGS=-m2
CPU_CFLAGS=-m2
# debug flags: typically none, but we use -O1 as it produces better code
# debug flags: typically none, but we use -O1 as it produces better code
# CFLAGS_DEBUG_V = -O1
# CFLAGS_DEBUG_V = -O1
CFLAGS_DEBUG_V =
CFLAGS_DEBUG_V =
# optimize flag: typically -0, could use -O4 or -fast
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O4
CFLAGS_OPTIMIZE_V = -O4
# Miscellaneous additions go here
# Miscellaneous additions go here
 
 

powered by: WebSVN 2.1.0

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