From: Michal Marek <mmarek@suse.cz>
To: Andi Kleen <andi@firstfloor.org>
Cc: linux-kbuild@vger.kernel.org
Subject: Re: 32bit allyesconfig on 64bit system broke
Date: Tue, 13 Aug 2013 22:32:01 +0200 [thread overview]
Message-ID: <520A97C1.6000708@suse.cz> (raw)
In-Reply-To: <20130809225736.GG19750@two.firstfloor.org>
Dne 10.8.2013 00:57, Andi Kleen napsal(a):
>
> % linux32 make allyesconfig
> % head .config
> % head .config
> #
> # Automatically generated file; DO NOT EDIT.
> # Linux/x86 3.11.0-rc4 Kernel Configuration
> #
> CONFIG_64BIT=y
> CONFIG_X86_64=y
> CONFIG_X86=y
>
> This used to work to give me a 32bit allyesconfig.
> How am I supposed to do this now?
This changed in ffee0de (x86: Default to ARCH=x86 to avoid overriding
CONFIG_64BIT). The default $ARCH value on both ix86 and x86_64
buildhosts is "x86" and CONFIG_64BIT is therefore a user-selectable
knob. You can do
make ARCH=i386 allyesconfig
to force 32bit. Or the generic way:
echo '# CONFIG_64BIT is not set' >base.config
KCONFIG_ALLCONFIG=base.config linux32 make allyesconfig
Michal
next prev parent reply other threads:[~2013-08-13 20:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-09 22:57 32bit allyesconfig on 64bit system broke Andi Kleen
2013-08-13 20:32 ` Michal Marek [this message]
2013-08-28 21:05 ` H. Peter Anvin
2013-08-29 6:03 ` Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=520A97C1.6000708@suse.cz \
--to=mmarek@suse.cz \
--cc=andi@firstfloor.org \
--cc=linux-kbuild@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox