disable use of ppc64el assembly code
authorDmitry Shachnev <mitya57@debian.org>
Tue, 17 Jun 2025 09:07:43 +0000 (12:07 +0300)
committerTimo Aaltonen <tjaalton@debian.org>
Tue, 17 Jun 2025 09:07:43 +0000 (12:07 +0300)
Bug-Debian: https://bugs.debian.org/1092890
Last-Update: 2025-02-02

Gbp-Pq: Name disable_ppc64el_assembly.diff

meson.build

index 095aec5d9eadaafaa73de823ba15c9c421062807..38292d8600619cc6abc952840fb9a79fdcc5d68e 100644 (file)
@@ -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'