[Likwid-commit] [likwid] 01/01: Change architecture check to check bits instead of complete build string to select compiler

Thomas Röhl eatmyfear-guest at moszumanska.debian.org
Mon Jun 27 14:26:30 UTC 2016


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

eatmyfear-guest pushed a commit to branch master
in repository likwid.

commit 595228b8ad4cf513bd71a89fbf38287e14244eae
Author: Thomas.Roehl <Thomas.Roehl at googlemail.com>
Date:   Mon Jun 27 16:26:21 2016 +0200

    Change architecture check to check bits instead of complete build string to select compiler
---
 debian/patches/10-debianize.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/patches/10-debianize.patch b/debian/patches/10-debianize.patch
index 3fd8923..a392963 100644
--- a/debian/patches/10-debianize.patch
+++ b/debian/patches/10-debianize.patch
@@ -280,7 +280,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  # Please have a look in INSTALL and the WIKI for details on
  # configuration options setup steps.
  # supported: GCC, CLANG, ICC, MIC (ICC), GCCX86 (for 32bit systems)
-+ifeq "$(DEB_BUILD_GNU_TYPE)" "i686-linux-gnu"
++ifeq "$(DEB_BUILD_ARCH_BITS)" "32"
 +COMPILER = GCCX86#NO SPACE
 +else
  COMPILER = GCC#NO SPACE
@@ -288,6 +288,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  # Define the color of the likwid-pin output
  # Can be NONE, BLACK, RED, GREEN, YELLOW, BLUE,
+
 --- a/make/include_GCCX86.mk
 +++ b/make/include_GCCX86.mk
 @@ -1,4 +1,5 @@

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



More information about the Likwid-commit mailing list