From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11867 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] s390x: add bits/hwcap.h Date: Tue, 29 Aug 2017 21:41:12 -0400 Message-ID: <20170830014112.GA19925@brightrain.aerifal.cx> References: <20170829174645.GR15263@port70.net> <20170829164113.51520cc1@ncopa-macbook.copa.dup.pw> 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 1504057300 22676 195.159.176.226 (30 Aug 2017 01:41:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 30 Aug 2017 01:41:40 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-11880-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 30 03:41:35 2017 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 1dms0P-000518-7x for gllmg-musl@m.gmane.org; Wed, 30 Aug 2017 03:41:21 +0200 Original-Received: (qmail 26066 invoked by uid 550); 30 Aug 2017 01:41:26 -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 26039 invoked from network); 30 Aug 2017 01:41:25 -0000 Content-Disposition: inline In-Reply-To: <20170829164113.51520cc1@ncopa-macbook.copa.dup.pw> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:11867 Archived-At: On Tue, Aug 29, 2017 at 04:41:13PM -0700, Natanael Copa wrote: > On Tue, 29 Aug 2017 19:46:46 +0200 > Szabolcs Nagy wrote: > > > based on linux arch/s390/include/asm/elf.h > > (these macros should be exported into uapi, but they are not) > > --- > > FWIW, this patch is needed for to build nodejs on s390x[1] and is tested > on alpine[2]. > > Thanks! Thanks. Committing. Rich