[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][debian-unstable] Add Loongarch support



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa

Commits:

  • ffbdb7d5
    by Tao Chen at 2023-12-26T12:34:15+00:00
    Add Loongarch support

1 changed file:

Changes:

  • debian/rules
    ... ... @@ -42,8 +42,8 @@ confflags_DRI3 = -Ddri3=disabled
    42 42
     confflags_OSMESA = -Dosmesa=true
    
    43 43
     confflags_SSE2 = -Dsse2=true
    
    44 44
     
    
    45
    -LLVM_ARCHS     = amd64 arm64 armel armhf i386 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
    
    46
    -RUSTICL_ARCHS  = amd64 arm64 armel armhf i386 mips64el powerpc ppc64 ppc64el riscv64 s390x x32
    
    45
    +LLVM_ARCHS     = amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
    
    46
    +RUSTICL_ARCHS  = amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x x32
    
    47 47
     VALGRIND_ARCHS = amd64 arm64 armhf i386 mips64el powerpc ppc64 ppc64el s390x
    
    48 48
     WINE_ARCHS     = amd64 arm64 armel armhf i386
    
    49 49
     
    
    ... ... @@ -76,7 +76,7 @@ else
    76 76
     	VULKAN_DRIVERS += broadcom freedreno
    
    77 77
       endif
    
    78 78
     
    
    79
    -  ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64 riscv64))
    
    79
    +  ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64 loong64 riscv64))
    
    80 80
     	GALLIUM_DRIVERS += lima
    
    81 81
       endif
    
    82 82
     
    


  • Reply to: