VAX Ultrix bootstrap failure with gcc-2.96
Zack Weinberg
zack@wolery.cumb.org
Thu May 25 20:33:00 GMT 2000
On Thu, May 25, 2000 at 11:05:14PM -0400, John David Anglin wrote:
> > > Another small related issue is that gcc should define __GFLOAT
> > > in addition to GFLOAT when the -mg option is used. I have edited
> > > my specs file to do this.
> >
> > Patch for config/vax/*.h, please?
>
> See below.
...
> +#define CPP_SPEC "%{mg:-DGFLOAT -D__GFLOAT}"
Thanks - I wasn't sure if this was the only place affected. It needs
an additional test to get rid of -DGFLOAT in -ansi mode:
#define CPP_SPEC "%{mg:%{!ansi:-DGFLOAT} -D__GFLOAT}"
I will apply your patch with this change.
zw
More information about the Gcc-bugs
mailing list