------- Comment #5 from edmar at freescale dot com  2006-02-24 19:10 -------
(In reply to comment #4)
> Edmar --
> 
> Does changing:
> 
>   if (rs6000_float_gprs_string == NULL) \
>     rs6000_float_gprs = 2;
> 
> too:
> 
>   if (!rs6000_explicit_options.float_gprs) \
>     rs6000_float_gprs = 2;
> 
> work?  Not just compile, but also generate the code you expect?
> 

I started a build. This is a very slow target, it will take several hours...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26459

Reply via email to