On Mon, Jan 31, 2022 at 1:23 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote: > > On Sat, Jan 29, 2022 at 08:17:16PM +0800, guoren@xxxxxxxxxx wrote: > > From: Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > > > > Let's follow the origin patch's spirit: > > > > The only difference between rv32_defconfig and defconfig is that > > rv32_defconfig has CONFIG_ARCH_RV32I=y. > > > > This is helpful to compare rv64-compat-rv32 v.s. rv32-linux. > > > > Fixes: 1b937e8faa87ccfb ("RISC-V: Add separate defconfig for 32bit systems") > > Signed-off-by: Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > > Signed-off-by: Guo Ren <guoren@xxxxxxxxxx> > > Wouldn't a common.config that generats both the 32-bit and 64-bit > configs a better idea? I thought that is what the patch does, there is already the normal 64-bit defconfig, and the new makefile target makes this shared with 32-bit to prevent them from diverging again. Arnd