diff options
author | Thomas Huth <thuth@redhat.com> | 2022-04-12 18:58:36 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-05-09 08:21:05 +0200 |
commit | 457248a54c9d3dbc3c7f4dc8e184f07ca858640c (patch) | |
tree | 4c30c2cbe12b85185fc14eb48734800d4fa70cac /disas/meson.build | |
parent | 82f96346e1fc8eb81eb8e80fe0b95405a8cf42ee (diff) |
disas: Remove old libopcode i386 disassembler
Capstone should be superior to the old libopcode disassembler,
so we can drop the old file nowadays.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220412165836.355850-4-thuth@redhat.com>
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 a6402e7e1c..b0d18b9d47 100644 --- a/disas/meson.build +++ b/disas/meson.build @@ -7,7 +7,6 @@ common_ss.add_all(when: 'CONFIG_ARM_A64_DIS', if_true: libvixl_ss) common_ss.add(when: 'CONFIG_CRIS_DIS', if_true: files('cris.c')) common_ss.add(when: 'CONFIG_HEXAGON_DIS', if_true: files('hexagon.c')) common_ss.add(when: 'CONFIG_HPPA_DIS', if_true: files('hppa.c')) -common_ss.add(when: 'CONFIG_I386_DIS', if_true: files('i386.c')) common_ss.add(when: 'CONFIG_M68K_DIS', if_true: files('m68k.c')) common_ss.add(when: 'CONFIG_MICROBLAZE_DIS', if_true: files('microblaze.c')) common_ss.add(when: 'CONFIG_MIPS_DIS', if_true: files('mips.c')) |