From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2096 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: feature request: flag to disable math library build Date: Sat, 13 Oct 2012 16:13:40 -0400 Message-ID: <20121013201340.GJ254@brightrain.aerifal.cx> References: <5077024E.6080104@barfooze.de> <20121011181709.GK24157@port70.net> <20121011193738.GL24157@port70.net> <20121011232858.GA254@brightrain.aerifal.cx> <20121013002349.540286e6.idunham@lavabit.com> <50796FC8.7090305@barfooze.de> 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 1350159742 25864 80.91.229.3 (13 Oct 2012 20:22:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2012 20:22:22 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2097-gllmg-musl=m.gmane.org@lists.openwall.com Sat Oct 13 22:22:29 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 1TN8E8-00081L-UT for gllmg-musl@plane.gmane.org; Sat, 13 Oct 2012 22:22:29 +0200 Original-Received: (qmail 30187 invoked by uid 550); 13 Oct 2012 20:22:22 -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 30179 invoked from network); 13 Oct 2012 20:22:21 -0000 Content-Disposition: inline In-Reply-To: <50796FC8.7090305@barfooze.de> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:2096 Archived-At: On Sat, Oct 13, 2012 at 03:42:32PM +0200, John Spencer wrote: > On 10/13/2012 09:23 AM, Isaac Dunham wrote: > > > >I'd tend to consider src/math to be core components. > >And IIRC, src/complex built the last time I tried CVS pcc (but I could be misremembering!) > > > absolutely not, the math library is a pretty recent addition, and it > was possible No, there has always been a math library. It was just previously incomplete and buggy/non-conformant. I would be surprised if many packages compile with no math library at all. Rich