tbb_202{1,2}: add patch to fix powerpc-linux build (#441832)

This commit is contained in:
Atemu
2025-09-12 11:19:43 +02:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -40,6 +40,11 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://patch-diff.githubusercontent.com/raw/uxlfoundation/oneTBB/pull/1696.patch";
hash = "sha256-yjX2FkOK8bz29a/XSA7qXgQw9lxzx8VIgEBREW32NN4=";
})
# Fix 32-bit PowerPC build
(fetchpatch {
url = "https://github.com/uxlfoundation/oneTBB/pull/987/commits/c828ae47b8f4bea7736d2f9d05460e2b529c9d7d.patch";
hash = "sha256-faNiVdHRIkmavufDHQQ8vHppvdahZ7yhJVL3bOwNTFg=";
})
];
patchFlags = [

View File

@@ -40,6 +40,11 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://patch-diff.githubusercontent.com/raw/uxlfoundation/oneTBB/pull/1696.patch";
hash = "sha256-yjX2FkOK8bz29a/XSA7qXgQw9lxzx8VIgEBREW32NN4=";
})
# Fix 32-bit PowerPC build
(fetchpatch {
url = "https://github.com/uxlfoundation/oneTBB/pull/987/commits/c828ae47b8f4bea7736d2f9d05460e2b529c9d7d.patch";
hash = "sha256-faNiVdHRIkmavufDHQQ8vHppvdahZ7yhJVL3bOwNTFg=";
})
];
# Fix build with modern gcc