From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7716 Path: news.gmane.org!not-for-mail From: u-wsnj@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [PATCH] Build process uses script to add CFI directives to x86 asm Date: Wed, 20 May 2015 11:55:17 +0200 Message-ID: <20150520095517.GH8197@example.net> References: <20150519162224.GA6317@alex-ThinkPad-L530> 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 1432115761 32649 80.91.229.3 (20 May 2015 09:56:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 May 2015 09:56:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7728-gllmg-musl=m.gmane.org@lists.openwall.com Wed May 20 11:56:01 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 1Yv0jF-00066S-Pt for gllmg-musl@m.gmane.org; Wed, 20 May 2015 11:55:57 +0200 Original-Received: (qmail 15413 invoked by uid 550); 20 May 2015 09:55:55 -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 15388 invoked from network); 20 May 2015 09:55:54 -0000 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received-SPF: none receiver=mailfe01.swip.net; client-ip=96.47.226.21; envelope-from=u-wsnj@aetey.se Content-Disposition: inline In-Reply-To: <20150519162224.GA6317@alex-ThinkPad-L530> Xref: news.gmane.org gmane.linux.lib.musl.general:7716 Archived-At: On Tue, May 19, 2015 at 06:22:24PM +0200, Alex Dowad wrote: > work on Alpine Linux + BusyBox ash. I didn't notice echo() in the configure script, > did some experimentation with bash's echo and ash's, found a difference which seemed > to explain the observed problem, and worked around it. > > Now it looks like the issue was something else. I can't seem to duplicate the problem > right this moment; however, the configure script as it is right now works on both > platforms. > > Mysteries, mysteries... I think there was some "echo" i some Makefile (even though the use which I remember looked safe it could possibly profit from becoming printf?) Rune