Re: [PATCH v16 93/99] meson: Introduce target-specific Kconfig

2021-06-18 Thread Alex Bennée
Richard Henderson writes: > On 6/4/21 8:53 AM, Alex Bennée wrote: >> From: Philippe Mathieu-Daudé >> Add a target-specific Kconfig. >> Target foo now has CONFIG_FOO defined. >> Two architecture have a particularity, ARM and MIPS: >> their 64-bit version include the 32-bit subset. >> Signed-off

Re: [PATCH v16 93/99] meson: Introduce target-specific Kconfig

2021-06-05 Thread Richard Henderson
On 6/4/21 8:53 AM, Alex Bennée wrote: From: Philippe Mathieu-Daudé Add a target-specific Kconfig. Target foo now has CONFIG_FOO defined. Two architecture have a particularity, ARM and MIPS: their 64-bit version include the 32-bit subset. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20

[PATCH v16 93/99] meson: Introduce target-specific Kconfig

2021-06-04 Thread Alex Bennée
From: Philippe Mathieu-Daudé Add a target-specific Kconfig. Target foo now has CONFIG_FOO defined. Two architecture have a particularity, ARM and MIPS: their 64-bit version include the 32-bit subset. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <2021013316.232778-6-f4...@amsat.org> -