This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/78478] Compile Error for i386-rtems


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78478

--- Comment #12 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Uroš Bizjak from comment #11)
> (In reply to Joel Sherrill from comment #9)
> 
> > I could pursue this but is soft-float on the x86 target really worth the
> > investment of any effort? AFAIK we would be looking at a very old CPU at
> > this point. 
> > 
> > I only see soft-float listed as a multilib in t-rtems. 
> > 
> > Is there any reason to keep it? :)
> 
> Intel MCU probably trips at the same place. CC added.

IA MCU has

i[34567]86-*-elfiamcu)
        tmake_file="$tmake_file i386/t-crtstuff t-softfp-sfdftf
i386/32/t-softfp
 i386/32/t-iamcu i386/t-softfp t-softfp t-dfprules"
        ;;

without any problems in libgcc.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]