Skip to content

Commit

Permalink
tcg/sparc64: Rename from tcg/sparc
Browse files Browse the repository at this point in the history
Emphasize that we only support full 64-bit code generation.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
rth7680 committed Oct 31, 2022
1 parent f91c5d0 commit 18ba585
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS
Expand Up @@ -3379,7 +3379,7 @@ L: qemu-s390x@nongnu.org

SPARC TCG target
S: Odd Fixes
F: tcg/sparc/
F: tcg/sparc64/
F: disas/sparc.c

TCI TCG target
Expand Down
4 changes: 1 addition & 3 deletions meson.build
Expand Up @@ -49,7 +49,7 @@ qapi_trace_events = []
bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', 'darwin']
supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']
supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv', 'x86', 'x86_64',
'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc', 'sparc64']
'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc64']

cpu = host_machine.cpu_family()

Expand Down Expand Up @@ -469,8 +469,6 @@ if get_option('tcg').allowed()
endif
if get_option('tcg_interpreter')
tcg_arch = 'tci'
elif host_arch == 'sparc64'
tcg_arch = 'sparc'
elif host_arch == 'x86_64'
tcg_arch = 'i386'
elif host_arch == 'ppc64'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 18ba585

Please sign in to comment.