From 227ae749dc5888a8210e8fd9ee6673e357bc988d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Jan 2001 14:03:44 +0000 Subject: 2001-01-22 Ralf Corsepius * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and simsh7045. --- make/custom/simsh7045.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 make/custom/simsh7045.cfg (limited to 'make/custom/simsh7045.cfg') diff --git a/make/custom/simsh7045.cfg b/make/custom/simsh7045.cfg new file mode 100644 index 0000000000..5282917a31 --- /dev/null +++ b/make/custom/simsh7045.cfg @@ -0,0 +1,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 -- cgit v1.2.3