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/simsh7045.cfg | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 make/custom/simsh7045.cfg (limited to 'make/custom/simsh7045.cfg') diff --git a/make/custom/simsh7045.cfg b/make/custom/simsh7045.cfg deleted file mode 100644 index 464b38b44b..0000000000 --- a/make/custom/simsh7045.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# -# 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 - -# optimize flag: typically -O2 -CFLAGS_OPTIMIZE_V = -O2 -g -- cgit v1.2.3