Re: [PATCH] sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32

2018-08-21 Thread David Miller
From: Masahiro Yamada 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 co

[PATCH] sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32

2018-08-20 Thread Masahiro Yamada
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 *** Def