[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180821.124130.2115246742606446637.davem@davemloft.net>
Date: Tue, 21 Aug 2018 12:41:30 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: yamada.masahiro@...ionext.com
Cc: sparclinux@...r.kernel.org, rdunlap@...radead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
Date: Tue, 21 Aug 2018 02:08:28 +0900
> As commit 5ba800962a80 ("kbuild: update ARCH alias info for sparc")
> addressed, SPARC accepts ARCH=sparc32 as an alias.
>
> However, arch/sparc/Makefile wrongly sets KBUILD_DEFCONFIG, then
> sparc64_defconfig is chosen as the base configuration for ARCH=sparc32.
>
> $ make ARCH=sparc32 defconfig
> *** Default configuration is based on 'sparc64_defconfig'
> #
> # configuration written to .config
> #
>
> Fix the logic to choose sparc64_defconfig only when ARCH=sparc64.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
Applied, thank you.
Powered by blists - more mailing lists