From 1b7363bfa7727e9872dbafafb285e29f155e8072 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Oct 2008 21:57:38 +0000 Subject: 2008-10-14 Joel Sherrill * Makefile.am: Add h8sxsim BSP variant. * custom/h8sxsim.cfg: New file. --- make/custom/h8sxsim.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 make/custom/h8sxsim.cfg (limited to 'make/custom') 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 -- cgit v1.2.3