summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/simsh2e.cfg18
2 files changed, 22 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 2b6e7ca0bb..60125f708b 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * custom/simsh2e.cfg: New file.
+
2009-02-17 Till Straumann <strauman@slac.stanford.edu>
PR 1371/bsps
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