summaryrefslogtreecommitdiffstats
path: root/make/custom/c3xsim.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-22 18:39:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-22 18:39:52 +0000
commit61ba976360804d85f9203821518bb4b132852188 (patch)
tree28e72dd94472e21da42f5f5d1e82912a9f83852a /make/custom/c3xsim.cfg
parentAdding information on prebuilt toolset binaries. (diff)
downloadrtems-61ba976360804d85f9203821518bb4b132852188.tar.bz2
New port of RTEMS to TI C3x and C4x.
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
+