From: Dmitry Shachnev Date: Thu, 20 Mar 2025 14:52:21 +0000 (+0200) Subject: disable use of ppc64el assembly code X-Git-Tag: archive/raspbian/25.0.7-2+rpi1^2^2^2^2^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bf5bebd2eeab08c72169c6fc542d16706b66ac39;p=mesa.git disable use of ppc64el assembly code Bug-Debian: https://bugs.debian.org/1092890 Last-Update: 2025-02-02 Gbp-Pq: Name disable_ppc64el_assembly.diff --- diff --git a/meson.build b/meson.build index 095aec5d9..38292d860 100644 --- a/meson.build +++ b/meson.build @@ -1356,11 +1356,6 @@ elif host_machine.cpu_family() == 'sparc64' with_asm_arch = 'sparc' pre_args += ['-DUSE_SPARC_ASM'] endif -elif host_machine.cpu_family() == 'ppc64' and host_machine.endian() == 'little' - if system_has_kms_drm - with_asm_arch = 'ppc64le' - pre_args += ['-DUSE_PPC64LE_ASM'] - endif elif host_machine.cpu_family() == 'mips64' and host_machine.endian() == 'little' if system_has_kms_drm with_asm_arch = 'mips64el'