]> git.proxmox.com Git - llvm-toolchain.git/commitdiff
Add patch to hopefully fix mips64el build
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Tue, 12 Sep 2023 07:06:58 +0000 (09:06 +0200)
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Tue, 12 Sep 2023 07:06:58 +0000 (09:06 +0200)
debian/patches/mips64el-ompt.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/mips64el-ompt.patch b/debian/patches/mips64el-ompt.patch
new file mode 100644 (file)
index 0000000..3e84a14
--- /dev/null
@@ -0,0 +1,10 @@
+--- llvm-toolchain-16-16.0.6.orig/openmp/runtime/cmake/config-ix.cmake
++++ llvm-toolchain-16-16.0.6/openmp/runtime/cmake/config-ix.cmake
+@@ -328,6 +329,7 @@ else()
+       (LIBOMP_ARCH STREQUAL aarch64) OR
+       (LIBOMP_ARCH STREQUAL aarch64_a64fx) OR
+       (LIBOMP_ARCH STREQUAL ppc64le) OR
++      (LIBOMP_ARCH STREQUAL mips64) OR
+       (LIBOMP_ARCH STREQUAL ppc64) OR
+       (LIBOMP_ARCH STREQUAL riscv64) OR
+       (LIBOMP_ARCH STREQUAL loongarch64))
index 6cbaed9163c774048cad16692d7493e885009251..1f72d367c2682af917529f2f99952a356096530b 100644 (file)
@@ -153,3 +153,4 @@ ubuntu-releases.patch
 new-cmake-build-fix.patch
 HIP-search-path-fix.patch
 D158066.patch
+mips64el-ompt.patch