2013-07-26 10:23:30

by Geert Uytterhoeven

[permalink] [raw]
Subject: kisskb: sparc-allmodconfig is actually sparc64

Hi Michael, Stephen,

The sparc-allmodconfig builds on http://kisskb.ellerman.id.au/kisskb/matrix/
seem to be sparc64, not sparc32, allmodconfig builds.
The sparc-allnoconfig builds are sparc32.

BTW, what's the simplest way to make an all*config build with fixed sparc32 or
sparc64?

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


2013-07-27 13:38:32

by Michael Ellerman

[permalink] [raw]
Subject: Re: kisskb: sparc-allmodconfig is actually sparc64

On Fri, 2013-07-26 at 12:23 +0200, Geert Uytterhoeven wrote:
> Hi Michael, Stephen,
>
> The sparc-allmodconfig builds on http://kisskb.ellerman.id.au/kisskb/matrix/
> seem to be sparc64, not sparc32, allmodconfig builds.
> The sparc-allnoconfig builds are sparc32.

Ah right, we seem to have sparc and sparc64 builds, but there is only
arch/sparc now.

We'll have to sort that out next week.

> BTW, what's the simplest way to make an all*config build with fixed sparc32 or
> sparc64?

I think you can do it with KCONFIG_ALLCONFIG.

cheers

2013-07-30 02:04:48

by Michael Ellerman

[permalink] [raw]
Subject: Re: kisskb: sparc-allmodconfig is actually sparc64

On Fri, 2013-07-26 at 12:23 +0200, Geert Uytterhoeven wrote:
> Hi Michael, Stephen,
>
> The sparc-allmodconfig builds on http://kisskb.ellerman.id.au/kisskb/matrix/
> seem to be sparc64, not sparc32, allmodconfig builds.
> The sparc-allnoconfig builds are sparc32.

OK this should be fixed.

See http://kisskb.ellerman.id.au/kisskb/buildresult/9234872/

In particular the config at http://kisskb.ellerman.id.au/kisskb/buildresult/9234872/config/

Shows:

CONFIG_SPARC=y
CONFIG_SPARC32=y
# CONFIG_SPARC64 is not set

vs an older result (http://kisskb.ellerman.id.au/kisskb/buildresult/9195810/config/)

CONFIG_64BIT=y
CONFIG_SPARC=y
# CONFIG_SPARC32 is not set


cheers