2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* 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.
This commit is contained in:
Ralf Corsepius
2003-02-26 07:46:06 +00:00
parent f622d16663
commit d4e67c5dc0
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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