Re: [uml-devel] [PATCH] fix extern inline errors with gcc 4.3.0

2008-07-15 Thread David Shane Holden
Jeff Dike wrote: > On Mon, Jul 14, 2008 at 11:30:15AM -0700, David Shane Holden wrote: >> I tried to build a UML 2.6.26 kernel on Debian (32-bit) and ran into the >> same problem reported here http://marc.info/?t=12101153352&r=1&w=2. > > It's really 2.6.2

Re: [uml-devel] [PATCH] fix extern inline errors with gcc 4.3.0

2008-07-14 Thread David Shane Holden
I tried to build a UML 2.6.26 kernel on Debian (32-bit) and ran into the same problem reported here http://marc.info/?t=12101153352&r=1&w=2. If I use gcc 4.3 everything works fine, but if I use gcc 4.1 or 4.2, UML crashes on startup. I changed the gcc version check to 0430 and both 4.1 a