From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Date: Thu, 14 May 2020 08:58:01 +0000 Subject: Re: [PATCH] ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args Message-Id: <20200514085801.uolf4amd3bd2aw7m@linutronix.de> List-Id: References: <20200513204848.1208864-1-christian.brauner@ubuntu.com> <3908561D78D1C84285E8C5FCA982C28F7F6266E0@ORSMSX115.amr.corp.intel.com> <79e58d9b-5a39-390c-2f0c-0d87b63442b4@physik.fu-berlin.de> <20200514074606.vkc35syhdep23rzh@wittgenstein> In-Reply-To: <20200514074606.vkc35syhdep23rzh@wittgenstein> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christian Brauner Cc: John Paul Adrian Glaubitz , "Luck, Tony" , "Yu, Fenghua" , "linux-ia64@vger.kernel.org" , Al Viro , Arnd Bergmann , Thomas Gleixner , Ingo Molnar , "Peter Zijlstra (Intel)" , Qais Yousef , "linux-kernel@vger.kernel.org" On 2020-05-14 09:46:06 [+0200], Christian Brauner wrote: > > As for getting a working cross-compiler for ia64 in Debian, this has > > been on my TODO list for a while now. Building a cross-compiler for > > ia64 is a bit more tricky due to it's dependency on the external > > libunwind. > > I hit that roadblock as well but yeah, a cross-compiler would be > helpful. There is https://mirrors.edge.kernel.org/pub/tools/crosstool/ and I used the ia64 compiler from there while compile testing patches for ia64. > Christian Sebastian