Re: [PATCH] mips: always include nanomips disassembler

2023-01-10 Thread Philippe Mathieu-Daudé
On 10/1/23 09:49, Paolo Bonzini wrote: Since the nanomips disassembler is not C++ code anymore, it need not depend on link_language == cpp. Always include it and remove the CONFIG_NANOMIPS_DIS symbol. Cc: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- disas/meson.build | 3 +--

Re: [PATCH] mips: always include nanomips disassembler

2023-01-10 Thread Daniel P . Berrangé
On Tue, Jan 10, 2023 at 09:49:42AM +0100, Paolo Bonzini wrote: > Since the nanomips disassembler is not C++ code anymore, it need not > depend on link_language == cpp. Always include it and remove the > CONFIG_NANOMIPS_DIS symbol. > > Cc: Philippe Mathieu-Daud?? The accent in Philippe's name go

[PATCH] mips: always include nanomips disassembler

2023-01-10 Thread Paolo Bonzini
Since the nanomips disassembler is not C++ code anymore, it need not depend on link_language == cpp. Always include it and remove the CONFIG_NANOMIPS_DIS symbol. Cc: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- disas/meson.build | 3 +-- include/exec/poison.h | 1 - meson.build