Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: b2867550 by Fabio Pedretti at 2024-02-29T13:28:43+01:00 drop patch for obsolete powerpcspe arch powerpcspe was active from 2010 until 2019, see https://www.ports.debian.org/ - - - - - 2 changed files: - − debian/patches/07_gallium-fix-build-failure-on-powerpcspe.diff - debian/patches/series Changes: ===================================== debian/patches/07_gallium-fix-build-failure-on-powerpcspe.diff deleted ===================================== @@ -1,35 +0,0 @@ -From a4f14e7239780b02af8d74669c5458d4b0957d4d Mon Sep 17 00:00:00 2001 -From: Roland Stigge <sti...@antcom.de> -Date: Sun, 2 Mar 2014 19:52:56 +0100 -Subject: [PATCH] gallium: fix build failure on powerpcspe - -In the case of powerpc, mesa activates some altivec instructions -that are unknown on the powerpcspe architecture (see -https://wiki.debian.org/PowerPCSPEPort), causing a build failure as the -'vand' opcode is not recognized by the assembler. - -This patch fixes this by preventing the PPC-specialcasing in case of -powerpcspe (__NO_FPRS__ is only defined there). - -https://bugs.debian.org/695746 ---- - src/gallium/include/pipe/p_config.h | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/src/util/detect_arch.h -+++ b/src/util/detect_arch.h -@@ -70,12 +70,14 @@ - #endif - #endif - -+#ifndef __NO_FPRS__ - #if defined(__ppc__) || defined(__ppc64__) || defined(__PPC__) || defined(__PPC64__) - #define DETECT_ARCH_PPC 1 - #if defined(__ppc64__) || defined(__PPC64__) - #define DETECT_ARCH_PPC_64 1 - #endif - #endif -+#endif - - #if defined(__s390x__) - #define DETECT_ARCH_S390 1 ===================================== debian/patches/series ===================================== @@ -1,4 +1,3 @@ -07_gallium-fix-build-failure-on-powerpcspe.diff path_max.diff src_glx_dri_common.h.diff fix-zink-logging.diff View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/b2867550fe4ac0d01a75c515f169d7ce00ec77b8 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/b2867550fe4ac0d01a75c515f169d7ce00ec77b8 You're receiving this email because of your account on salsa.debian.org.