lkml.org 
[lkml]   [2004]   [May]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 22 May 2004 02:32:18 -0700
FromAndrew Morton <>
SubjectRe: 2.6.6-mm5
hch@infradead.org wrote:
>
> > +ipr-ppc64-depends.patch
> > 
> >  Make ipr.c depend on PPC
> 
> >> Makes ipr depend on CONFIG_PPC since this driver is unique to PPC hardware.
> >> 
> >> (It actually builds OK on x86, but it heavily uses anonymous unions, which
> >> breaks on gcc-2.95)
> 
> I use gcc-2.95 happily on ppc.  Better thing is to either fix it up not to
> use anonymous unions (which is a pitty because that feature helps making
> code more readable sometimes) or stick a

It uses a *ton* of anonymous unions.

> #if (__GNUC__ < 3)
> # error "This driver requires GCC 3.x"
> #endif

That breaks allfooconfig.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:03    [from the cache]
©2003-2008