forked from Imagelibrary/rtems
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:
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=arm_bare_bsp
|
|||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
#
|
#
|
||||||
#CPU_CFLAGS = -mcpu=arm7tdmi
|
#CPU_CFLAGS = -mcpu=arm7tdmi
|
||||||
CPU_CFLAGS =
|
CPU_CFLAGS = -msoft-float
|
||||||
|
|
||||||
# optimize flag: typically -0, could use -O4 or -fast
|
# optimize flag: typically -0, could use -O4 or -fast
|
||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=armulator
|
|||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
#
|
#
|
||||||
#CPU_CFLAGS = -mcpu=arm7tdmi
|
#CPU_CFLAGS = -mcpu=arm7tdmi
|
||||||
CPU_CFLAGS =
|
CPU_CFLAGS = -msoft-float
|
||||||
|
|
||||||
# optimize flag: typically -0, could use -O4 or -fast
|
# optimize flag: typically -0, could use -O4 or -fast
|
||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=edb7312
|
|||||||
# This contains the compiler options necessary to select the CPU model
|
# This contains the compiler options necessary to select the CPU model
|
||||||
# and (hopefully) optimize for it.
|
# 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
|
# optimize flag: typically -0, could use -O4 or -fast
|
||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=vegaplus
|
|||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
#
|
#
|
||||||
#CPU_CFLAGS = -mcpu=arm7tdmi
|
#CPU_CFLAGS = -mcpu=arm7tdmi
|
||||||
CPU_CFLAGS =
|
CPU_CFLAGS = -msoft-float
|
||||||
|
|
||||||
# optimize flag: typically -0, could use -O4 or -fast
|
# optimize flag: typically -0, could use -O4 or -fast
|
||||||
# -O4 is ok for RTEMS
|
# -O4 is ok for RTEMS
|
||||||
|
|||||||
Reference in New Issue
Block a user