forked from Imagelibrary/rtems
Added -msoft-float and removed -funit-at-a-time in CPU_CFLAGS
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-10-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* custom/mpc55xx.cfg: Added -msoft-float and removed -funit-at-a-time
|
||||
in CPU_CFLAGS
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* custom/m32rsim.cfg: New file.
|
||||
|
||||
@@ -16,7 +16,7 @@ RTEMS_CPU_MODEL = mpc55xx
|
||||
RTEMS_BSP_FAMILY = mpc55xxevb
|
||||
|
||||
# FIXME
|
||||
CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -funit-at-a-time \
|
||||
CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -msoft-float \
|
||||
-D__ppc_generic -mstrict-align
|
||||
|
||||
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
|
||||
|
||||
Reference in New Issue
Block a user