[pocl] 04/05: try to guess the minimal cpu for more architectures

Andreas Beckmann anbe at moszumanska.debian.org
Thu Dec 14 01:54:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to annotated tag debian/0.14-2
in repository pocl.

commit f4d9cda90afb954166542b1043321c2bc8870b09
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Dec 14 01:28:20 2017 +0100

    try to guess the minimal cpu for more architectures
---
 debian/changelog       |  1 +
 debian/supported-archs | 21 +++++++++++++++------
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3fce8c1..e9f2dfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pocl (0.14-2) UNRELEASED; urgency=medium
 
   * Cherry-pick upstream fix for malloc size in test_clBuildProgram.c, fixing
     that test failing frequently on i386.
+  * Try to guess the minimal cpu for more architectures.
 
  -- Andreas Beckmann <anbe at debian.org>  Wed, 13 Dec 2017 23:48:25 +0100
 
diff --git a/debian/supported-archs b/debian/supported-archs
index 6dbdf4c..3487dfb 100644
--- a/debian/supported-archs
+++ b/debian/supported-archs
@@ -26,20 +26,29 @@ LLVM_ARCH=x86-64
 DEB_ARCH: kfreebsd-i386
 LLVM_ARCH=pentium3
 
-#DEB_ARCH: mips
-#LLVM_ARCH=???
+DEB_ARCH: mips
+LLVM_ARCH=mips32r2
 
-#DEB_ARCH: mipsel
-#LLVM_ARCH=???
+DEB_ARCH: mips64el
+LLVM_ARCH=mips64r2
+
+DEB_ARCH: mipsel
+LLVM_ARCH=mips32r2
 
 DEB_ARCH: powerpc
 LLVM_ARCH=ppc
 
+DEB_ARCH: ppc64
+LLVM_ARCH=ppc64
+
 DEB_ARCH: ppc64el
 LLVM_ARCH=ppc64le
 
 DEB_ARCH: s390x
 LLVM_ARCH=generic
 
-#DEB_ARCH: sparc
-#LLVM_ARCH=???
+DEB_ARCH: sparc64
+LLVM_ARCH=v8
+
+DEB_ARCH: x32
+LLVM_ARCH=x86-64

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list