From 680911ccba6ae6f2b95f74564969114e9325bd5d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 04:29:05 +0000 Subject: =?UTF-8?q?2009-10-15=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * make/custom/leon3.cfg: New (relocated from /make/custom). --- c/src/lib/libbsp/sparc/leon3/ChangeLog | 4 ++++ c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 c/src/lib/libbsp/sparc/leon3/make/custom/leon3.cfg (limited to 'c') 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 + + * make/custom/leon3.cfg: New (relocated from /make/custom). + 2009-10-01 Ralf Corsépius 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 -- cgit v1.2.3