* Ingo Molnar <[EMAIL PROTECTED]> wrote:

> 
> * Adrian Bunk <[EMAIL PROTECTED]> wrote:
> 
> >  # Select 32 or 64 bit
> >  config 64BIT
> > -   bool "64-bit kernel" if ARCH = "x86"
> > +   bool "64-bit kernel"
> >     default ARCH = "x86_64"
> >     help
> >       Say yes to build a 64-bit kernel - formerly known as x86_64
> 
> thx, i've added this to x86.git.

this broke "make ARCH=i386 randconfig" from working when there's a 
64-bit .config present. (it will not properly generate a 32-bit config, 
but still a 64-bit config)

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

Reply via email to