summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-14 21:57:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-14 21:57:38 +0000
commit1b7363bfa7727e9872dbafafb285e29f155e8072 (patch)
tree3be5f03ce56407e94228dabb8d6d2232932809d0 /make/custom
parent2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1b7363bfa7727e9872dbafafb285e29f155e8072.tar.bz2
2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add h8sxsim BSP variant. * custom/h8sxsim.cfg: New file.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/h8sxsim.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/make/custom/h8sxsim.cfg b/make/custom/h8sxsim.cfg
new file mode 100644
index 0000000000..30db4c1e9a
--- /dev/null
+++ b/make/custom/h8sxsim.cfg
@@ -0,0 +1,21 @@
+#
+# Config file for the H8 simulator in gdb compiled for SX
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=h8300
+RTEMS_CPU_MODEL=h8300h
+
+# This is the actual bsp directory used during the build process.
+RTEMS_BSP_FAMILY=h8sim
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+#
+CPU_CFLAGS = -msx
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g