summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 21:23:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-19 21:23:59 +0000
commita064ef56f4d36a35351ce3ae1f1af8874f590b20 (patch)
treead55daba9fb076bdcc9b79288f668ffbe9545356 /make/custom
parent2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-a064ef56f4d36a35351ce3ae1f1af8874f590b20.tar.bz2
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/simsh2e.cfg: New file.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/simsh2e.cfg18
1 files changed, 18 insertions, 0 deletions
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