From 89b51f479583a97de7ed67b61231f05ae1360408 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 10 Mar 2003 16:46:32 +0000 Subject: Merger from rtems-4-6-branch --- make/ChangeLog | 11 +++++++++++ make/custom/arm_bare_bsp.cfg | 2 +- make/custom/armulator.cfg | 2 +- make/custom/edb7312.cfg | 2 +- make/custom/ppcn_60x.cfg | 2 +- make/custom/vegaplus.cfg | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) (limited to 'make') diff --git a/make/ChangeLog b/make/ChangeLog index f00f8709cc..3eb3df822e 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,14 @@ +2003-03-10 Ralf Corsepius + + * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id. + +2003-02-26 Ralf Corsepius + + * custom/armulator.cfg: CPU_CFLAGS = -msoft-float. + * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float. + * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float. + * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float. + 2003-02-14 Joel Sherrill AMD a29k obsolete. diff --git a/make/custom/arm_bare_bsp.cfg b/make/custom/arm_bare_bsp.cfg index e9c6bdb316..9050056590 100644 --- a/make/custom/arm_bare_bsp.cfg +++ b/make/custom/arm_bare_bsp.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=arm_bare_bsp # and (hopefully) optimize for it. # #CPU_CFLAGS = -mcpu=arm7tdmi -CPU_CFLAGS = +CPU_CFLAGS = -msoft-float # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg index e76aab763b..6f063eb163 100644 --- a/make/custom/armulator.cfg +++ b/make/custom/armulator.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=armulator # and (hopefully) optimize for it. # #CPU_CFLAGS = -mcpu=arm7tdmi -CPU_CFLAGS = +CPU_CFLAGS = -msoft-float # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS diff --git a/make/custom/edb7312.cfg b/make/custom/edb7312.cfg index cae53db469..6a34659dfb 100644 --- a/make/custom/edb7312.cfg +++ b/make/custom/edb7312.cfg @@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=edb7312 # This contains the compiler options necessary to select the CPU model # and (hopefully) optimize for it. # -CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 +CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mstructure-size-boundary=8 -msoft-float # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg index 6302018ff3..bf37fef669 100644 --- a/make/custom/ppcn_60x.cfg +++ b/make/custom/ppcn_60x.cfg @@ -1,7 +1,7 @@ # # Config file for a Radstone Technology Plc. PowerPC 60x based VME board # -# $Id: ppcn_60x.cfg +# $Id$ # include $(RTEMS_ROOT)/make/custom/default.cfg diff --git a/make/custom/vegaplus.cfg b/make/custom/vegaplus.cfg index e7487a1433..98011d2aa4 100644 --- a/make/custom/vegaplus.cfg +++ b/make/custom/vegaplus.cfg @@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=vegaplus # and (hopefully) optimize for it. # #CPU_CFLAGS = -mcpu=arm7tdmi -CPU_CFLAGS = +CPU_CFLAGS = -msoft-float # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS -- cgit v1.2.3