From a064ef56f4d36a35351ce3ae1f1af8874f590b20 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Feb 2009 21:23:59 +0000 Subject: 2009-02-19 Joel Sherrill * custom/simsh2e.cfg: New file. --- make/custom/simsh2e.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 make/custom/simsh2e.cfg (limited to 'make/custom') diff --git a/make/custom/simsh2e.cfg b/make/custom/simsh2e.cfg new file mode 100644 index 0000000000..2ccc711539 --- /dev/null +++ b/make/custom/simsh2e.cfg @@ -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 -- cgit v1.2.3