From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2114 Path: news.gmane.org!not-for-mail From: idunham@lavabit.com Newsgroups: gmane.linux.lib.musl.general Subject: Re: [RFC] pcc support for configure Date: Tue, 16 Oct 2012 12:08:06 -0700 (PDT) Message-ID: <23099.132.241.155.248.1350414486.squirrel@lavabit.com> References: <20121015211231.08cbd071.idunham@lavabit.com> <507D2B4A.3030505@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1350414504 22781 80.91.229.3 (16 Oct 2012 19:08:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2012 19:08:24 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2115-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 16 21:08:28 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 1TOCV7-0003rn-15 for gllmg-musl@plane.gmane.org; Tue, 16 Oct 2012 21:08:25 +0200 Original-Received: (qmail 32574 invoked by uid 550); 16 Oct 2012 19:08: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 32566 invoked from network); 16 Oct 2012 19:08:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=OqoK4oBbw7Eg8tggwSx0Pu3MiYmjpe0Y5ANmcGQMG7vg37mSmTYA4l+SI/necuUfaieYaKWovOty6UNrGKj/7iVkqRkAVPOi6zM1RF6i4iphvdUQClllY1ZXIIe182x8tLDWhcffhV3bmPP4kVku+7EkGiWiOIEk6LSLCMK/Aj8=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <507D2B4A.3030505@gentoo.org> User-Agent: SquirrelMail/1.4.13 Xref: news.gmane.org gmane.linux.lib.musl.general:2114 Archived-At: > On 10/16/2012 06:12 AM, Isaac Dunham wrote: >> *Note: pcc can be built with binutils (default) or yasm (--with-yasm). >> Apparently yasm is missing quite a few instructions, as even when I used >> yasm >> from git I got a quite spectacular FTBFS using pcc+yasm as compiler. > > I thought yasm was just for the win32 target. I know it can be configured that way with a linux target.