From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1105 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: [rfc] gnuconfig and musl Date: Wed, 13 Jun 2012 11:02:18 +0200 Message-ID: <4FD8571A.60204@barfooze.de> References: <4FD829CA.4010905@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1339577592 10824 80.91.229.3 (13 Jun 2012 08:53:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 08:53:12 +0000 (UTC) Cc: Luca Barbato To: musl@lists.openwall.com Original-X-From: musl-return-1106-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 13 10:53:11 2012 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 1SejK7-0005ON-He for gllmg-musl@plane.gmane.org; Wed, 13 Jun 2012 10:53:07 +0200 Original-Received: (qmail 11300 invoked by uid 550); 13 Jun 2012 08:53:07 -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 11292 invoked from network); 13 Jun 2012 08:53:07 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <4FD829CA.4010905@gentoo.org> Xref: news.gmane.org gmane.linux.lib.musl.general:1105 Archived-At: On 06/13/2012 07:48 AM, Luca Barbato wrote: > gnuconfig[1] is a set of updated config.sub and config.guess file for > autotools. [1] missing reference... > That had been the first change I needed to get gcc to bootstrap in > cross-compile mode from musl. ah so that is essentially the same as Gregor Richard's patches: https://github.com/pikhq/bootstrap-linux/blob/master/patches/binutils-2.22-musl.diff https://github.com/pikhq/bootstrap-linux/blob/master/patches/gcc-4.6.3-musl.diff except that gnuconfig (or at least the extract you posted) misses the dynlinker support bits.