[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTik78bVy-rde9YLOj6wp6rDfj_GKmw@mail.gmail.com>
Date: Mon, 30 May 2011 13:40:49 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: David Woodhouse <dwmw2@...radead.org>
Cc: Ingo Molnar <mingo@...e.hu>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fix corruption of CONFIG_X86_32 in 'make oldconfig'
On Mon, May 30, 2011 at 12:27 PM, David Woodhouse <dwmw2@...radead.org> wrote:
> On Mon, 2011-05-30 at 11:15 +0200, Ingo Molnar wrote:
>>
>> > I believe that this 'filtered randconfig' behaviour is now fairly much
>> > the *only* use for the old 'ARCH=i386' and 'ARCH=x86_64'.
>>
>> I use "make ARCH=i386 defconfig" and "make ARCH=x86_64 defconfig" all
>> the time.
>
> Good point. But shouldn't "make i386_defconfig" and "make
> x86_64_defconfig" do that?
No, because there is no point.
make ARCH=i386 allnoconfig
make ARCH=x86_64 allnoconfig
make ARCH=i386 defconfig
make ARCH=x86_64 defconfig
make ARCH=i386 allmodconfig
make ARCH=x86_64 allmodconfig
are OK and are used this way and are consistent with other archs.
Unification to death is not needed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists