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]
Other format: [Raw text]

RE: PATCH: 4.3 bootstrap broken when configured as i386-linux


> > >  ],
> > >  [
> > >    case $target in
> > > -    powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux*)
> > > +    powerpc*-*-linux* | i?86*-linux* | x86_64*-linux*)
> > >        enable_decimal_float=yes
> >
> > It won't work when configured as powerpc-linux, pentium4-linux, .....
> >
> >
> > H.J.
> >
>
> Yeah you are right.  I wondered whether I should have made powerpc*-linux
as
> well, but since only x86 users were complaining, I tried to make the
minimal patch.
>
>

Please see -
http://gcc.gnu.org/ml/gcc/2007-03/msg00989.html

Thanks,
Revital


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