forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
20
c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
Normal file
20
c/src/lib/libbsp/sh/shsim/make/custom/simsh1.cfg
Normal 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
|
||||
20
c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
Normal file
20
c/src/lib/libbsp/sh/shsim/make/custom/simsh2.cfg
Normal 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
|
||||
18
c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
Normal file
18
c/src/lib/libbsp/sh/shsim/make/custom/simsh2e.cfg
Normal 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
|
||||
18
c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
Normal file
18
c/src/lib/libbsp/sh/shsim/make/custom/simsh4.cfg
Normal 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
|
||||
Reference in New Issue
Block a user