summaryrefslogtreecommitdiffstats
path: root/make/custom/erc32nfp.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-13 22:48:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-13 22:48:24 +0000
commitcd0324cf7be947e7fa7ad1dd622c3663dde5e214 (patch)
tree04eaa0280efb6fdda7ca1649bff2c2ea446143b8 /make/custom/erc32nfp.cfg
parent2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl> (diff)
downloadrtems-cd0324cf7be947e7fa7ad1dd622c3663dde5e214.tar.bz2
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
* custom/Makefile.am: Modified to reflect addition of files. * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant. * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
Diffstat (limited to 'make/custom/erc32nfp.cfg')
-rw-r--r--make/custom/erc32nfp.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/make/custom/erc32nfp.cfg b/make/custom/erc32nfp.cfg
new file mode 100644
index 0000000000..762f301b91
--- /dev/null
+++ b/make/custom/erc32nfp.cfg
@@ -0,0 +1,13 @@
+#
+# Config file for the European Space Agency ERC32
+# a V7 SPARC processor derived from the Cypress 601/602 set.
+#
+# $Id$
+#
+
+# ERC32 without FPU
+
+RTEMS_CPU_MODEL=erc32nfp
+
+include $(RTEMS_ROOT)/make/custom/erc32.cfg
+