summaryrefslogtreecommitdiffstats
path: root/make/custom/c3xsim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/c3xsim.cfg')
-rw-r--r--make/custom/c3xsim.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/make/custom/c3xsim.cfg b/make/custom/c3xsim.cfg
new file mode 100644
index 0000000000..c3fc60993a
--- /dev/null
+++ b/make/custom/c3xsim.cfg
@@ -0,0 +1,12 @@
+#
+# Configuration file for the GDB C4x simulator as a C3x
+#
+# $Id$
+#
+
+RTEMS_BSP=c3sxim
+RTEMS_CPU_MODEL=c32
+CPU_CFLAGS = -mcpu=32
+
+include $(RTEMS_ROOT)/make/custom/c4xsim.cfg
+