Your message dated Tue, 10 Apr 2018 06:32:41 +0200
with message-id <20180410043240.ga14...@alf.mars>
and subject line tile is about to be removed from linux
has caused the Debian Bug report #850496,
regarding nsrp: add support for tilegx
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850496: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nspr
Version: 2:4.12-6
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

tilegx is a new architecture from a Debian pov and nspr does not yet
support it explicitly. A patch for making it work was published as part
of Mellanox' patch bundle at
http://www.mellanox.com/repository/solutions/tile-scm/tilera.tar.xz and
I am attaching their nspr.fixup here as it still applies and fixes the
build. Please include it in your next upload.

Helmut
Add tilegx/tilepro support.

--- source/mozilla/nsprpub/pr/include/md/_linux.cfg.orig        2011-07-07 
17:41:36.341509000 -0400
+++ source/mozilla/nsprpub/pr/include/md/_linux.cfg     2011-07-07 
17:41:56.291586000 -0400
@@ -240,7 +240,7 @@
 #define PR_BYTES_PER_WORD_LOG2  3
 #define PR_BYTES_PER_DWORD_LOG2 3
 
-#elif defined(__x86_64__)
+#elif defined(__x86_64__) || defined(__tilegx__)
 
 #define IS_LITTLE_ENDIAN 1
 #undef  IS_BIG_ENDIAN
@@ -422,7 +422,7 @@
 #define PR_BYTES_PER_WORD_LOG2   2
 #define PR_BYTES_PER_DWORD_LOG2  3
 
-#elif defined(__i386__)
+#elif defined(__i386__) || defined(__tilepro__)
 
 #define IS_LITTLE_ENDIAN 1
 #undef  IS_BIG_ENDIAN
--- ./mozilla/nsprpub/pr/include/md/_linux.h.orig       2012-01-30 
19:34:02.000000000 -0500
+++ ./mozilla/nsprpub/pr/include/md/_linux.h    2012-01-30 19:37:35.000000000 
-0500
@@ -75,6 +75,10 @@
 #define _PR_SI_ARCHITECTURE "arm"
 #elif defined(__hppa__)
 #define _PR_SI_ARCHITECTURE "hppa"
+#elif defined(__tilegx__)
+#define _PR_SI_ARCHITECTURE "tilegx"
+#elif defined(__tile__)
+#define _PR_SI_ARCHITECTURE "tile"
 #elif defined(__s390x__)
 #define _PR_SI_ARCHITECTURE "s390x"
 #elif defined(__s390__)

--- End Message ---
--- Begin Message ---
Control: tags -1 + wontfix

The support for the tile port is about to be removed from linux. See
https://lwn.net/Articles/749293/ and https://lkml.org/lkml/2018/3/7/424
for details. Thus it does not make any sense to keep a Debian port for
it alive. Thus I am closing all relevant bug reports.

Helmut

--- End Message ---

Reply via email to