This is the mail archive of the gcc-patches@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]

Re: [patch] rs6000: default for -D_SOFT_FLOAT



> There's something I don't understand about this.  It's not introduced
> by your patch, but you preserve it.  This makes --without-fp change
> -D_SOFT_FLOAT - but nothing else!
> 
> Shouldn't it also set the mask so that we actually don't generate
> floating point?  In other words, act like -msoft-float?

Perhaps.  I supported it only because the original bug report lists
"-nfp" as one of the options used, and that just says "obsolete, use
--without-fp" so I supported that.

I would be more willing to remove that in the patch, and simplify it
to just use --with-cpu, but then there's no way to get bugwards
compatibility.


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