From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2083 Path: news.gmane.org!not-for-mail From: Luca Barbato Newsgroups: gmane.linux.lib.musl.general Subject: Re: feature request: flag to disable math library build Date: Fri, 12 Oct 2012 01:57:20 +0200 Message-ID: <50775CE0.7030505@gentoo.org> References: <5077024E.6080104@barfooze.de> <20121011181709.GK24157@port70.net> <20121011193738.GL24157@port70.net> <20121011232858.GA254@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349999851 3164 80.91.229.3 (11 Oct 2012 23:57:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2012 23:57:31 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2084-gllmg-musl=m.gmane.org@lists.openwall.com Fri Oct 12 01:57:38 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 1TMSdF-0002jJ-4H for gllmg-musl@plane.gmane.org; Fri, 12 Oct 2012 01:57:37 +0200 Original-Received: (qmail 10179 invoked by uid 550); 11 Oct 2012 23:57:30 -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 10171 invoked from network); 11 Oct 2012 23:57:30 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20121004 Thunderbird/15.0.1 In-Reply-To: <20121011232858.GA254@brightrain.aerifal.cx> X-Enigmail-Version: 1.4.4 Xref: news.gmane.org gmane.linux.lib.musl.general:2083 Archived-At: On 10/12/2012 01:28 AM, Rich Felker wrote: > I think the problem of extreme slowness building on emulated or > low-end hardware could be better addressed by using distcc, cross > compiling, or other approaches that leverage a more-powerful cpu > instead of omitting parts of libc. (Anyway, isn't musl only a tiny > percentage of the total build time?) qemu-user usually is a bit faster than the full system emulator. lu