summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/simsh1.cfg')
-rw-r--r--make/custom/simsh1.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/make/custom/simsh1.cfg b/make/custom/simsh1.cfg
new file mode 100644
index 0000000000..2ba4b154cd
--- /dev/null
+++ b/make/custom/simsh1.cfg
@@ -0,0 +1,23 @@
+#
+# simsh1.cfg
+#
+# default configuration for gdb-simulation of Hitachi sh1 processors
+#
+# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/shsim.cfg
+
+RTEMS_CPU=sh
+RTEMS_CPU_MODEL=shgdb
+
+#
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+#
+CPU_CFLAGS = -m1
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g