From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10888 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl 1.1.16 build failure on armhf Date: Wed, 4 Jan 2017 16:36:46 -0500 Message-ID: <20170104213646.GS1555@brightrain.aerifal.cx> References: <20170104205123.GH19319@reiner-h.de> <20170104210609.GQ1555@brightrain.aerifal.cx> <20170104212749.GJ19319@reiner-h.de> 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 1483565823 3043 195.159.176.226 (4 Jan 2017 21:37:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2017 21:37:03 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-10901-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 04 22:36:59 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 1cOtEu-0008SB-7T for gllmg-musl@m.gmane.org; Wed, 04 Jan 2017 22:36:56 +0100 Original-Received: (qmail 3445 invoked by uid 550); 4 Jan 2017 21:36:59 -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 3427 invoked from network); 4 Jan 2017 21:36:58 -0000 Content-Disposition: inline In-Reply-To: <20170104212749.GJ19319@reiner-h.de> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:10888 Archived-At: On Wed, Jan 04, 2017 at 10:27:49PM +0100, Reiner Herrmann wrote: > On Wed, Jan 04, 2017 at 04:06:09PM -0500, Rich Felker wrote: > > The error is from gas; do you know the binutils version? Also, what > > -march is gcc configured for? > > Thanks for the binutils hint. I just tried some older versions, and > found out that it builds fine with binutils 2.27.51.20161102-1, but > no longer with 2.27.51.20161105-1. Can you find the commit that broke it and figure out if it's a binutils bug or an intentional change we need to find a way to work with? Rich