summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 04:29:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 04:29:05 +0000
commit680911ccba6ae6f2b95f74564969114e9325bd5d (patch)
tree288a74dfd3207db68c029edfffcd07c4c4cae74a
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-680911ccba6ae6f2b95f74564969114e9325bd5d.tar.bz2
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/leon3.cfg: New (relocated from /make/custom).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg20
2 files changed, 24 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/ChangeLog b/c/src/lib/libbsp/sparc/leon3/ChangeLog
index d337b725d1..a053ac3436 100644
--- a/c/src/lib/libbsp/sparc/leon3/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon3/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/leon3.cfg: New (relocated from /make/custom).
+
2009-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1445/BSPs
diff --git a/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg b/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
new file mode 100644
index 0000000000..97b0dbf4ac
--- /dev/null
+++ b/c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg
@@ -0,0 +1,20 @@
+#
+# Config file for the LEON3 SPARC processor.
+#
+# $Id$
+#
+
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU=sparc
+RTEMS_CPU_MODEL=leon3
+
+# This is the actual bsp directory used during the build process.
+RTEMS_BSP_FAMILY=leon3
+
+# This contains the compiler options necessary to select the CPU model
+# and (hopefully) optimize for it.
+CPU_CFLAGS = -mcpu=cypress -msoft-float
+
+# optimize flag: typically -O2
+CFLAGS_OPTIMIZE_V = -O2 -g