From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10728 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH v2] add s390x port Date: Fri, 11 Nov 2016 23:40:12 -0500 Message-ID: <20161112044012.GO1555@brightrain.aerifal.cx> References: <20161112035205.22070-1-koorogi@koorogi.info> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1478925666 24211 195.159.176.226 (12 Nov 2016 04:41:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 12 Nov 2016 04:41:06 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10741-gllmg-musl=m.gmane.org@lists.openwall.com Sat Nov 12 05:41:03 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1c5Q77-00014B-O0 for gllmg-musl@m.gmane.org; Sat, 12 Nov 2016 05:40:25 +0100 Original-Received: (qmail 3891 invoked by uid 550); 12 Nov 2016 04:40:27 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3867 invoked from network); 12 Nov 2016 04:40:26 -0000 Content-Disposition: inline In-Reply-To: <20161112035205.22070-1-koorogi@koorogi.info> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10728 Archived-At: On Fri, Nov 11, 2016 at 09:52:05PM -0600, Bobby Bingham wrote: > [...] This applies fine, and modulo stuff affected by the bug you found in qemu-s390x user level emulation, it works, so I'm going to go ahead and merge it. I'm also committing a patch to musl-cross-make that adds the musl dynamic linker name for s390x (and s390 in case we ever add it too) so users should be able to build a working toolchain right away with mcm. Rich