diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2017-09-05 08:50:18 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2017-09-05 12:39:25 -0700 |
commit | a46c1244a0d65d5f37fc12e4d42f2479eac87b52 (patch) | |
tree | 442f49bfa32f2b33d26b3fa08acb49c0f10a8a79 /disas/Makefile.objs | |
parent | b07d1c2f5607489d4d4a6a65ce36a3e896ac065e (diff) |
tcg: Remove support for ia64 as host
We threatened to remove ia64 as host in v2.9.0. Its time has now come.
There are still some usages of defined(__ia64__) throughout the source
code that would be triggered if one were to enable TCI on an ia64 host.
Leave those alone for now.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'disas/Makefile.objs')
-rw-r--r-- | disas/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disas/Makefile.objs b/disas/Makefile.objs index 62632ef0dd..194648fb1a 100644 --- a/disas/Makefile.objs +++ b/disas/Makefile.objs @@ -11,7 +11,6 @@ arm-a64.o-cflags := -I$(libvixldir) -Wno-sign-compare common-obj-$(CONFIG_CRIS_DIS) += cris.o common-obj-$(CONFIG_HPPA_DIS) += hppa.o common-obj-$(CONFIG_I386_DIS) += i386.o -common-obj-$(CONFIG_IA64_DIS) += ia64.o common-obj-$(CONFIG_M68K_DIS) += m68k.o common-obj-$(CONFIG_MICROBLAZE_DIS) += microblaze.o common-obj-$(CONFIG_MIPS_DIS) += mips.o |