All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Namhyung Kim <namhyung@gmail.com>
Cc: Roman Zippel <zippel@linux-m68k.org>,
	linux-kbuild@vger.kernel.org,
	"David S. Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kconfig: don't select 64 bit option on sparc32 all{yes,mod}config
Date: Mon, 25 Oct 2010 00:10:03 +0200	[thread overview]
Message-ID: <4CC4AEBB.6000505@suse.cz> (raw)
In-Reply-To: <1287762484-8154-1-git-send-email-namhyung@gmail.com>

On 22.10.2010 17:48, Namhyung Kim wrote:
> The SPARC architecture provides 64BIT config option to select
> build type and it is set to 1 on ARCH=sparc64 as a default value.
> But in case of 32-bit, it is also set to 1 by the allyesconfig
> logic, end result would be the same as of sparc64. So I think
> it would be better if plain ARCH=sparc all{yes,mod}config do not
> set it then we can test 32-bit build by default.
> 
> Signed-off-by: Namhyung Kim <namhyung@gmail.com>
> ---
>  scripts/kconfig/confdata.c |    4 ++++

Can't this be fixed in the sparc Makefile/Kconfig instead? E.g. have
ARCH=sparc -> ask
ARCH=sparc64 -> CONFIG_64BIT=y
ARCH=sparc32 -> # CONFIG_64BIT is not set
like the x86/i386/x86_64 ARCH option for x86.

Michal

  reply	other threads:[~2010-10-24 22:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-22 15:48 [PATCH] kconfig: don't select 64 bit option on sparc32 all{yes,mod}config Namhyung Kim
2010-10-24 22:10 ` Michal Marek [this message]
2010-10-25  5:48   ` Namhyung Kim

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=4CC4AEBB.6000505@suse.cz \
    --to=mmarek@suse.cz \
    --cc=davem@davemloft.net \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=namhyung@gmail.com \
    --cc=zippel@linux-m68k.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.