summaryrefslogtreecommitdiffstats
path: root/make/custom/leon1.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/leon1.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 '')
-rw-r--r--make/custom/leon1.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/make/custom/leon1.cfg b/make/custom/leon1.cfg
new file mode 100644
index 0000000000..39614e3b3f
--- /dev/null
+++ b/make/custom/leon1.cfg
@@ -0,0 +1,12 @@
+#
+# Config file for the European Space Agency LEON SPARC processor.
+#
+# $Id$
+#
+
+# LEON without FPU
+
+RTEMS_CPU_MODEL=leon1
+
+include $(RTEMS_ROOT)/make/custom/leon2.cfg
+