* csb336/make/custom/csb336.cfg,
	csb337/make/custom/csb337.cfg, edb7312/make/custom/edb7312.cfg,
	gba/make/custom/gba.cfg, gdbarmsim/make/custom/arm920.cfg,
	gp32/make/custom/gp32.cfg, gumstix/make/custom/gumstix.cfg,
	lpc32xx/make/custom/lpc32xx_phycore.cfg, nds/make/custom/nds.cfg,
	rtl22xx/make/custom/rtl22xx.cfg, smdk2410/make/custom/smdk2410.cfg:
	Use VFP floating point model.
This commit is contained in:
Sebastian Huber
2010-04-30 13:40:13 +00:00
parent 439d00cab3
commit 04410917de
22 changed files with 55 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/csb336.cfg: Use VFP floating point model.
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* startup/bspstart.c, network/network.c: make irq data types

View File

@@ -11,7 +11,7 @@ RTEMS_CPU_MODEL=mc9328mxl
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/csb337.cfg: Use VFP floating point model.
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/fbcons.c: Fix warnings.

View File

@@ -11,7 +11,7 @@ RTEMS_CPU_MODEL=at91rm9200
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/edb7312.cfg: Use VFP floating point model.
2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/uart.c: Reflect termios API changes.

View File

@@ -12,7 +12,7 @@ RTEMS_CPU_MODEL=arm7tdmi
# 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 = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/gba.cfg: Use VFP floating point model.
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* clock/clockdrv.c, console/console.c, irq/irq.c, irq/irq.h,

View File

@@ -13,7 +13,7 @@ RTEMS_CPU_MODEL=arm7tdmi
# and (hopefully) optimize for it.
#
#CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mthumb -mthumb-interwork -msoft-float -mstructure-size-boundary=8
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/arm920.cfg: Use VFP floating point model.
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Verify boot_card() is passed a NULL.

View File

@@ -12,7 +12,7 @@ RTEMS_CPU_MODEL=arm920
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
CPU_CFLAGS = -mcpu=arm920
CPU_CFLAGS = -mcpu=arm920 -mfloat-abi=soft -mfpu=vfp
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/gp32.cfg: Use VFP floating point model.
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/uart.c: Fix warnings.

View File

@@ -12,7 +12,7 @@ RTEMS_CPU_MODEL=s3c2400
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -DCPU_S3C2400
CPU_CFLAGS = -mstructure-size-boundary=32 -mcpu=arm920t -mfpu=vfp -mfloat-abi=soft -DCPU_S3C2400
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/gumstix.cfg: Use VFP floating point model.
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* rtl8019/rtl8019.c: make irq data types consistent

View File

@@ -11,7 +11,7 @@ RTEMS_CPU_MODEL=pxa255
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=xscale -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=xscale -mfpu=vfp -mfloat-abi=soft
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.
2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* console/hsu.c: New file.

View File

@@ -8,6 +8,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU = arm
CPU_CFLAGS = -mcpu=arm926ej-s -mthumb -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm926ej-s -mfpu=vfp -mfloat-abi=soft -mthumb
CFLAGS_OPTIMIZE_V = -Os -g

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/nds.cfg: Use VFP floating point model.
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Fix warnings.

View File

@@ -12,7 +12,7 @@ RTEMS_CPU_MODEL=arm9tdmi
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -msoft-float -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft
# CPU_CFLAGS += -mthumb-interwork ## -D __THUMB_INTERWORK__ -mthumb
# optimize flag: typically -O2

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/rtl22xx.cfg: Use VFP floating point model.
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* network/network.c, startup/bspstart.c: make

View File

@@ -12,7 +12,7 @@ RTEMS_CPU_MODEL=lpc22xx
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm7tdmi -mfpu=vfp -mfloat-abi=soft -mapcs-frame
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/smdk2410.cfg: Use VFP floating point model.
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* Makefile.am: use common code for s3c24xx

View File

@@ -11,7 +11,7 @@ RTEMS_CPU_MODEL=s3c2410
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2410 -mstructure-size-boundary=32
CPU_CFLAGS = -mstructure-size-boundary=32 -mcpu=arm920t -mfpu=vfp -mfloat-abi=soft -DCPU_S3C2410
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g