From d2ef220517feddbe563da439d69da0331ae3894c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 04:28:58 +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/leon2.cfg: New (relocated from /make/custom). --- c/src/lib/libbsp/sparc/leon2/ChangeLog | 4 ++++ c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg diff --git a/c/src/lib/libbsp/sparc/leon2/ChangeLog b/c/src/lib/libbsp/sparc/leon2/ChangeLog index 40811dbea3..51f1fcbe8e 100644 --- a/c/src/lib/libbsp/sparc/leon2/ChangeLog +++ b/c/src/lib/libbsp/sparc/leon2/ChangeLog @@ -1,3 +1,7 @@ +2009-10-15 Ralf Corsépius + + * make/custom/leon2.cfg: New (relocated from /make/custom). + 2009-10-01 Ralf Corsépius PR 1445/BSPs diff --git a/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg b/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg new file mode 100644 index 0000000000..7980659194 --- /dev/null +++ b/c/src/lib/libbsp/sparc/leon2/make/custom/leon2.cfg @@ -0,0 +1,19 @@ +# +# Config file for the LEON2 SPARC processor. +# +# $Id$ +# + +include $(RTEMS_ROOT)/make/custom/default.cfg + +RTEMS_CPU=sparc +RTEMS_CPU_MODEL=leon2 +# This is the actual bsp directory used during the build process. +RTEMS_BSP_FAMILY=leon2 + +# 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