2cc1a90166
TILE-Gx was only implemented in linux-user mode, but support for this CPU was removed from the upstream Linux kernel in 2018, and it has also been dropped from glibc, so there is no new Linux development taking place with this architecture. For running the old binaries, users can simply use older versions of QEMU. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210224183952.80463-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
24 lines
368 B
Meson
24 lines
368 B
Meson
subdir('alpha')
|
|
subdir('arm')
|
|
subdir('avr')
|
|
subdir('cris')
|
|
subdir('hexagon')
|
|
subdir('hppa')
|
|
subdir('i386')
|
|
subdir('lm32')
|
|
subdir('m68k')
|
|
subdir('microblaze')
|
|
subdir('mips')
|
|
subdir('moxie')
|
|
subdir('nios2')
|
|
subdir('openrisc')
|
|
subdir('ppc')
|
|
subdir('riscv')
|
|
subdir('rx')
|
|
subdir('s390x')
|
|
subdir('sh4')
|
|
subdir('sparc')
|
|
subdir('tricore')
|
|
subdir('unicore32')
|
|
subdir('xtensa')
|