From 86c31d6daae4322a20e319f3174b2910ff2847a8 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Mon, 3 Feb 2025 08:40:16 +0100 Subject: [PATCH] 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 --- meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meson.build b/meson.build index de9c9af53..1fda00cec 100644 --- a/meson.build +++ b/meson.build @@ -1319,11 +1319,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' -- 2.30.2