From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9502 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Problem with musl-gcc script. Is it bad installation? Date: Sun, 6 Mar 2016 02:18:25 +0100 Message-ID: <20160306011825.GS29662@port70.net> References: <20160306002823.09d603d7c3d8fe4b0f4b15c1@asm32.info> <20160306003609.GO9349@brightrain.aerifal.cx> <20160306030230.cedf8eded77c37ec1d450f3c@asm32.info> <20160306010907.GQ29662@port70.net> <20160306031505.5bcff24d35f90d98335cafb4@asm32.info> 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 1457227121 25575 80.91.229.3 (6 Mar 2016 01:18:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2016 01:18:41 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9515-gllmg-musl=m.gmane.org@lists.openwall.com Sun Mar 06 02:18:40 2016 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 1acNLC-0000Is-GY for gllmg-musl@m.gmane.org; Sun, 06 Mar 2016 02:18:38 +0100 Original-Received: (qmail 21671 invoked by uid 550); 6 Mar 2016 01:18:37 -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 21652 invoked from network); 6 Mar 2016 01:18:36 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20160306031505.5bcff24d35f90d98335cafb4@asm32.info> User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9502 Archived-At: * John Found [2016-03-06 03:15:05 +0200]: > On Sun, 6 Mar 2016 02:09:07 +0100 > Szabolcs Nagy wrote: > > > your gcc toolchain does not support -m32 > > because it's missing i386 gcc runtime libraries. > > > > install the appropriate i386 libgcc package or > > get a proper i386 toolchain. > > But how then I compiled musl to i386 target with the same gcc compiler? > gcc -m32 is a hack.. you will find more brokenness if you keep using it instead of using an i386 cross toolchain.