[RTEMS Project] #1323: powerpc/mvme5500/Makefile.am overrides CFLAGS

RTEMS trac trac at rtems.org
Thu Nov 20 15:42:35 UTC 2014


#1323: powerpc/mvme5500/Makefile.am overrides CFLAGS
----------------------------+----------------------------
 Reporter:  ralf.corsepius  |       Owner:  joel.sherrill
     Type:  defect          |      Status:  closed
 Priority:  normal          |   Milestone:  4.9
Component:  bsps            |     Version:  4.9
 Severity:  major           |  Resolution:  wontfix
 Keywords:                  |
----------------------------+----------------------------
Changes (by joel.sherrill):

 * status:  reopened => closed
 * resolution:   => wontfix


Old description:

> powerpc/mvme5500/Makefile.am
>
> contains this:
> ...
>  #prevent the compiler from generating FP instructions
>  AM_CFLAGS      += -msoft-float
> ...
>
> This is plain wrong.
>
> If this BSP is not able to handle hard-floats, -msoft-float should be
> added to this BSPs make/custom/*.cfg.

New description:

 powerpc/mvme5500/Makefile.am

 contains this:
 ...
  #prevent the compiler from generating FP instructions
  AM_CFLAGS      += -msoft-float
 ...

 This is plain wrong.

 If this BSP is not able to handle hard-floats, -msoft-float should be
 added to this BSPs make/custom/*.cfg.

--

--
Ticket URL: <http://devel.rtems.org/ticket/1323#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list