From b18e7a9cbab9097e04a3f0ad9ee8a389492e5c0a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 04:15:31 +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/ts_386ex.cfg: New (relocated from /make/custom). --- c/src/lib/libbsp/i386/ts_386ex/ChangeLog | 4 ++++ .../libbsp/i386/ts_386ex/make/custom/ts_386ex.cfg | 27 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 c/src/lib/libbsp/i386/ts_386ex/make/custom/ts_386ex.cfg (limited to 'c/src/lib/libbsp/i386/ts_386ex') diff --git a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog index 170b47fb33..28c42bcc5c 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog +++ b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @@ -1,3 +1,7 @@ +2009-10-15 Ralf Corsépius + + * make/custom/ts_386ex.cfg: New (relocated from /make/custom). + 2009-09-30 Ralf Corsépius * console/console.c: Reflect termios_baud_to_number having been diff --git a/c/src/lib/libbsp/i386/ts_386ex/make/custom/ts_386ex.cfg b/c/src/lib/libbsp/i386/ts_386ex/make/custom/ts_386ex.cfg new file mode 100644 index 0000000000..475a403394 --- /dev/null +++ b/c/src/lib/libbsp/i386/ts_386ex/make/custom/ts_386ex.cfg @@ -0,0 +1,27 @@ +# +# Config file for the ts-386ex BSP +# +# $Id$ +# + +include $(RTEMS_ROOT)/make/custom/default.cfg + +RTEMS_CPU=i386 +RTEMS_CPU_MODEL=i386_nofp + +# This is the actual bsp directory used during the build process. +RTEMS_BSP_FAMILY=ts_386ex + +# This contains the compiler options necessary to select the CPU model +# and (hopefully) optimize for it. Enables software floating-point +# emulation since we don't have a i387 co-processor. +# +CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387 + +# optimize flag: typically -O2 +CFLAGS_OPTIMIZE_V = -O2 -g + +define bsp-post-link + $(default-bsp-post-link) + $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT) +endef -- cgit v1.2.3