disable use of ppc64el assembly code
authorDmitry Shachnev <mitya57@debian.org>
Fri, 7 Mar 2025 06:52:20 +0000 (08:52 +0200)
committerTimo Aaltonen <tjaalton@debian.org>
Fri, 7 Mar 2025 06:52:20 +0000 (08:52 +0200)
Bug-Debian: https://bugs.debian.org/1092890
Last-Update: 2025-02-02

Gbp-Pq: Name disable_ppc64el_assembly.diff

meson.build

index 1bd2bbc0a642bc65d94f5e9456ec565f32186ba0..9cff21c9b100895205d39f463c29b2573ed82773 100644 (file)
@@ -1354,11 +1354,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'