From ab7cf7ed7eb9220a230b997436553e431473c5d3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Sep 2008 19:34:21 +0000 Subject: 2008-09-25 Joel Sherrill * Makefile.am, custom/simsh4.cfg: Recognize the the GDB SuperH simulator is just an architectural simulator and does not include devices. Rename existing simulator BSP configurations to simsh1 and simsh2 and add simsh4. * custom/simsh1.cfg, custom/simsh2.cfg: New files. * custom/shsim.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg: Removed. --- make/custom/simsh2.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 make/custom/simsh2.cfg (limited to 'make/custom/simsh2.cfg') diff --git a/make/custom/simsh2.cfg b/make/custom/simsh2.cfg new file mode 100644 index 0000000000..26a441c8ce --- /dev/null +++ b/make/custom/simsh2.cfg @@ -0,0 +1,23 @@ +# +# simsh2.cfg +# +# default configuration for gdb-simulation of Hitachi sh2 processors +# +# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de) +# +# $Id$ +# + +include $(RTEMS_ROOT)/make/custom/shsim.cfg + +RTEMS_CPU=sh +RTEMS_CPU_MODEL=shgdb + +# +# This contains the compiler options necessary to select the CPU model +# and (hopefully) optimize for it. +# +CPU_CFLAGS = -m2 + +# optimize flag: typically -O2 +CFLAGS_OPTIMIZE_V = -O2 -g -- cgit v1.2.3