diff options
author | Thomas Huth <thuth@redhat.com> | 2022-05-05 19:36:19 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-05-09 08:21:05 +0200 |
commit | 333f944c15e7a6f5503f92d80529a368519d6638 (patch) | |
tree | aa659a82a4c2d8d7d9cf2843d13fc10808e83f5b /disas/meson.build | |
parent | 457248a54c9d3dbc3c7f4dc8e184f07ca858640c (diff) |
disas: Remove old libopcode ppc disassembler
Capstone should be superior to the old libopcode disassembler,
so we can drop the old file nowadays.
Message-Id: <20220505173619.488350-1-thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'disas/meson.build')
-rw-r--r-- | disas/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disas/meson.build b/disas/meson.build index b0d18b9d47..7da48ea74a 100644 --- a/disas/meson.build +++ b/disas/meson.build @@ -12,7 +12,6 @@ common_ss.add(when: 'CONFIG_MICROBLAZE_DIS', if_true: files('microblaze.c')) common_ss.add(when: 'CONFIG_MIPS_DIS', if_true: files('mips.c')) common_ss.add(when: 'CONFIG_NANOMIPS_DIS', if_true: files('nanomips.cpp')) common_ss.add(when: 'CONFIG_NIOS2_DIS', if_true: files('nios2.c')) -common_ss.add(when: 'CONFIG_PPC_DIS', if_true: files('ppc.c')) common_ss.add(when: 'CONFIG_RISCV_DIS', if_true: files('riscv.c')) common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c')) common_ss.add(when: 'CONFIG_SPARC_DIS', if_true: files('sparc.c')) |