Package: nss
Version: 3.16
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

Please consider accepting this patch that enables ppc64el architecture build.
It basically changes the Linux.mk file and adds ppc64el as part of the 64-bits
Power architecture definition.

This patch was created originally by Erwan Prioul <erwan.pri...@fr.ibm.com>.

Thanks
Breno


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: nss-3.16/nss/coreconf/Linux.mk
===================================================================
--- nss-3.16.orig/nss/coreconf/Linux.mk	2014-04-24 18:43:04.000000000 +0000
+++ nss-3.16/nss/coreconf/Linux.mk	2014-04-24 18:55:26.000000000 +0000
@@ -42,7 +42,7 @@
 	CROSS_COMPILE = 1
 endif
 endif
-ifeq ($(OS_TEST),ppc64)
+ifeq (,$(filter-out ppc64 ppc64le,$(OS_TEST)))
 	CPU_ARCH	= ppc
 ifeq ($(USE_64),1)
 	ARCHFLAG	= -m64

Reply via email to