From 5d7b27b91c4bc2206431f722307838154039b3c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 08:28:49 +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/lm32_evr.cfg: New (relocated from /make/custom). --- c/src/lib/libbsp/lm32/lm32_evr/ChangeLog | 4 +++ .../libbsp/lm32/lm32_evr/make/custom/lm32_evr.cfg | 30 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 c/src/lib/libbsp/lm32/lm32_evr/make/custom/lm32_evr.cfg diff --git a/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog b/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog index 7366a390c3..14be9fa7ee 100644 --- a/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog +++ b/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog @@ -1,3 +1,7 @@ +2009-10-15 Ralf Corsépius + + * make/custom/lm32_evr.cfg: New (relocated from /make/custom). + 2009-09-15 Ralf Corsépius * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. diff --git a/c/src/lib/libbsp/lm32/lm32_evr/make/custom/lm32_evr.cfg b/c/src/lib/libbsp/lm32/lm32_evr/make/custom/lm32_evr.cfg new file mode 100644 index 0000000000..c33644c67a --- /dev/null +++ b/c/src/lib/libbsp/lm32/lm32_evr/make/custom/lm32_evr.cfg @@ -0,0 +1,30 @@ +# +# Config file for the lm32_evr BSP +# + +# Choices for CPU_MODEL: +# tiny (no cache) +# standard (instruction cache) +# fast (instruction and data cache) + +RTEMS_CPU = lm32 +RTEMS_CPU_MODEL = lm32 + +include $(RTEMS_ROOT)/make/custom/default.cfg + +# This is the actual bsp directory used during the build process. +RTEMS_BSP_FAMILY = lm32_evr + +# This contains the compiler options necessary to select the CPU model +# and (hopefully) optimize for it. +CPU_CFLAGS = + +# optimize flag: typically -O2 +# ATM, doesn't work with optimization levels > 0 +CFLAGS_OPTIMIZE_V = -O0 -g + +define bsp-post-link + $(OBJCOPY) -O binary --strip-all $(basename $@).exe \ + -R entry -R exceptions $(basename $@)$(DOWNEXT) + $(default-bsp-post-link) +endef -- cgit v1.2.3