From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7759 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Trouble compiling musl for MIPS softfloat Date: Mon, 25 May 2015 16:14:03 -0400 Message-ID: <20150525201403.GS17573@brightrain.aerifal.cx> References: <20150524124540.GA26188@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1432584860 26518 80.91.229.3 (25 May 2015 20:14:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 May 2015 20:14:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7771-gllmg-musl=m.gmane.org@lists.openwall.com Mon May 25 22:14:20 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YwylP-0006jH-8n for gllmg-musl@m.gmane.org; Mon, 25 May 2015 22:14:19 +0200 Original-Received: (qmail 10037 invoked by uid 550); 25 May 2015 20:14:17 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 10016 invoked from network); 25 May 2015 20:14:16 -0000 Content-Disposition: inline In-Reply-To: eFrom: Rich Felker User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:7759 Archived-At: On Sun, May 24, 2015 at 10:09:58PM +0000, Arjen Roodselaar wrote: > Passing -Wa,-msoft-float to the assembler works like a charm. Reading your > reply I realized I had been looking for a way to pass this on to the > assembler but did not realize I should just pass that same flag. I guess > it was a long day yesterday. Thank you for the quick reply on this! > > 1.1.9 indeed produces a few of those warnings mentioned so for now I will > continue with 1.1.8. Rich, should I open an issue somewhere to make sure > this gets looked in to? As of commit 9f26ebded188ed78c3571a4ca1477dd6351bc647 they should be fixed. Let me know if you see any remaining such warnings. Thanks! Rich