mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2007-11-27 Kate Feng <feng1@bnl.gov>
* custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-11-27 Kate Feng <feng1@bnl.gov>
|
||||||
|
|
||||||
|
* custom/mvme5500.cfg: Add compiler arguments sine without them, the
|
||||||
|
BSP has issues.
|
||||||
|
|
||||||
2007-02-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-02-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* make/Makefile.am: Cleanup.
|
* make/Makefile.am: Cleanup.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=mvme5500
|
|||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
# if gcc does not regonize 7450 then change -mcpu=750
|
# if gcc does not regonize 7450 then change -mcpu=750
|
||||||
#
|
#
|
||||||
CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
|
CPU_CFLAGS = fno-strict-aliasing -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
|
||||||
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
|
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
|
|||||||
Reference in New Issue
Block a user