blob: 83f00aa7237e4a83e6e74720f01bb78234c65115 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- meson.build.orig 2022-08-05 11:53:38 UTC
+++ meson.build
@@ -249,7 +249,7 @@ if int10 == 'auto'
int10 = get_option('int10')
if int10 == 'auto'
int10 = 'x86emu'
- if host_machine.cpu() == 'powerpc' and host_machine.system() == 'freebsd'
+ if host_machine.cpu() == 'ppc' and host_machine.system() == 'freebsd'
int10 = 'stub'
endif
if host_machine.cpu() == 'arm'
|