summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh7032.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/simsh7032.cfg')
-rw-r--r--make/custom/simsh7032.cfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/make/custom/simsh7032.cfg b/make/custom/simsh7032.cfg
new file mode 100644
index 0000000000..caf2673799
--- /dev/null
+++ b/make/custom/simsh7032.cfg
@@ -0,0 +1,30 @@
+#
+# simsh7032.cfg
+#
+# default configuration for gdb-simulation of Hitachi sh7032 processors
+#
+# Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/shsim.cfg
+
+RTEMS_CPU=sh
+RTEMS_CPU_MODEL=sh7032
+
+#
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+#
+CPU_CFLAGS=-m1
+
+# debug flags: typically none, but we use -O1 as it produces better code
+# CFLAGS_DEBUG_V = -O1
+CFLAGS_DEBUG_V =
+
+# optimize flag: typically -0, could use -O4 or -fast
+# -O4 is ok for RTEMS
+CFLAGS_OPTIMIZE_V = -O4
+
+# Miscellaneous additions go here