projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662770a
)
meson.build: drop duplicate 'sparc64' entry
author
Sergei Trofimovich
<slyfox@gentoo.org>
Mon, 12 Oct 2020 17:57:19 +0000
(18:57 +0100)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 13 Oct 2020 11:33:46 +0000
(13:33 +0200)
CC: Laurent Vivier <laurent@vivier.eu>
CC: qemu-trivial@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Message-Id: <
20201012175719
.
2573367
-1-slyfox@gentoo.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 17c89c87c626a0bf773f7ec1048c26fef2774f23..392d326f4563434306c7f1e5c57606b3e180088e 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-41,7
+41,7
@@
have_block = have_system or have_tools
python = import('python').find_installation()
supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', 'sunos', 'linux']
-supported_cpus = ['ppc', 'ppc64', 's390x', '
sparc64', '
riscv32', 'riscv64', 'x86', 'x86_64',
+supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv32', 'riscv64', 'x86', 'x86_64',
'arm', 'aarch64', 'mips', 'mips64', 'sparc', 'sparc64']
cpu = host_machine.cpu_family()