2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/simsh1.cfg: New (relocated from /make/custom).
	* make/custom/simsh2.cfg: New (relocated from /make/custom).
	* make/custom/simsh2e.cfg: New (relocated from /make/custom).
	* make/custom/simsh4.cfg: New (relocated from /make/custom).
This commit is contained in:
Ralf Corsepius
2009-10-15 04:08:50 +00:00
parent 28f3d203fe
commit 92520095d8
5 changed files with 83 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/simsh1.cfg: New (relocated from /make/custom).
* make/custom/simsh2.cfg: New (relocated from /make/custom).
* make/custom/simsh2e.cfg: New (relocated from /make/custom).
* make/custom/simsh4.cfg: New (relocated from /make/custom).
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.

View File

@@ -0,0 +1,20 @@
#
# simsh1.cfg
#
# default configuration for gdb-simulation of Hitachi sh1 processors
#
# $Id$
#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
RTEMS_CPU_MODEL=shgdb
RTEMS_BSP_FAMILY=shsim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -0,0 +1,20 @@
#
# simsh2.cfg
#
# default configuration for gdb-simulation of Hitachi sh2 processors
#
# $Id$
#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
RTEMS_CPU_MODEL=shgdb
RTEMS_BSP_FAMILY=shsim
# 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

View File

@@ -0,0 +1,18 @@
#
# Config file for the sh simulator in gdb as SH2E
#
# $Id$
#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
RTEMS_CPU_MODEL=shgdb
RTEMS_BSP_FAMILY=shsim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -m2e -ml
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -0,0 +1,18 @@
#
# Config file for the sh simulator in gdb
#
# $Id$
#
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
RTEMS_CPU_MODEL=shgdb
RTEMS_BSP_FAMILY=shsim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -m4 -ml
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g