From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5834 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: compiling musl on x86_64 linux with ppc Date: Wed, 13 Aug 2014 19:41:39 -0400 Message-ID: <20140813234139.GR12888@brightrain.aerifal.cx> References: <20140813091843.GD5170@example.net> <20140813123832.GK12888@brightrain.aerifal.cx> <20140813125607.GK5170@example.net> <20140813233929.GA1767@newbook> 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 1407973318 16050 80.91.229.3 (13 Aug 2014 23:41:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2014 23:41:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5840-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 14 01:41:53 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XHiAy-0001Ds-II for gllmg-musl@plane.gmane.org; Thu, 14 Aug 2014 01:41:52 +0200 Original-Received: (qmail 13750 invoked by uid 550); 13 Aug 2014 23:41:51 -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 13742 invoked from network); 13 Aug 2014 23:41:51 -0000 Content-Disposition: inline In-Reply-To: <20140813233929.GA1767@newbook> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5834 Archived-At: On Wed, Aug 13, 2014 at 04:39:29PM -0700, Isaac Dunham wrote: > On Wed, Aug 13, 2014 at 02:56:08PM +0200, u-igbb@aetey.se wrote: > > My goal is a musl-based selfcontained pcc toolchain. > > I'd like to also have a tcc-based one but musl seems to be too hard > > a target for tcc yet :( sigh. > > You will need to patch pcc to get the right ld.so; if I'm remembering > right, there's no reliable way to change it on the command line. > (Just a heads up just in case.) -Wl,-dynamic-linker should work fine, but for changing the default you probably need to patch (unless there's the equivalent of gcc's specs file). Rich