Re: [RFC PATCH 1/6] target: Only link capstone to targets requiring it

2025-01-06 Thread Philippe Mathieu-Daudé
On 5/1/25 01:57, Richard Henderson wrote: On 1/3/25 15:17, Philippe Mathieu-Daudé wrote: No need to link capstone to targets which don't use it. Signed-off-by: Philippe Mathieu-Daudé ---   disas/meson.build    | 1 -   target/arm/meson.build   | 1 +   target/i386/meson.build  | 1 +   target

Re: [RFC PATCH 1/6] target: Only link capstone to targets requiring it

2025-01-04 Thread Richard Henderson
On 1/3/25 15:17, Philippe Mathieu-Daudé wrote: No need to link capstone to targets which don't use it. Signed-off-by: Philippe Mathieu-Daudé --- disas/meson.build| 1 - target/arm/meson.build | 1 + target/i386/meson.build | 1 + target/ppc/meson.build | 1 + target/s390x/mes