From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/824 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: gcc segfault at src/mman/mlockall.c Date: Tue, 15 May 2012 21:21:04 +0200 Message-ID: <20120515192104.GQ17860@port70.net> References: <20120515093553.18c90a66@newbook> <20120515094236.53718e47@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: dough.gmane.org 1337109680 25801 80.91.229.3 (15 May 2012 19:21:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 May 2012 19:21:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-825-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 15 21:21:19 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 1SUNJ6-00047S-QO for gllmg-musl@plane.gmane.org; Tue, 15 May 2012 21:21:16 +0200 Original-Received: (qmail 26093 invoked by uid 550); 15 May 2012 19:21:16 -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 26084 invoked from network); 15 May 2012 19:21:16 -0000 Content-Disposition: inline In-Reply-To: <20120515094236.53718e47@newbook> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:824 Archived-At: * Isaac Dunham [2012-05-15 09:42:36 -0700]: > By the way, would there be an option to change the gcc version used by > musl-gcc? (ie, use gcc=gcc-4.1) > maybe -V worksm try musl-gcc -V 4.1 --version vs musl-gcc -V 4.4 --version