File: disable_ppc64el_assembly.diff

package info (click to toggle)
mesa 25.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 311,516 kB
  • sloc: ansic: 2,184,870; xml: 1,028,239; cpp: 511,994; python: 76,144; asm: 38,329; yacc: 12,198; lisp: 4,114; lex: 3,429; sh: 855; makefile: 237
file content (19 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: disable use of ppc64el assembly code
Author: Dmitry Shachnev <mitya57@debian.org>
Bug-Debian: https://bugs.debian.org/1092890
Last-Update: 2025-02-02

--- a/meson.build
+++ b/meson.build
@@ -1319,11 +1319,6 @@ elif host_machine.cpu_family() == 'sparc
     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'