From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2086 Path: news.gmane.org!not-for-mail From: John Spencer Newsgroups: gmane.linux.lib.musl.general Subject: Re: feature request: flag to disable math library build Date: Fri, 12 Oct 2012 02:32:15 +0200 Message-ID: <5077650F.6030307@barfooze.de> References: <5077024E.6080104@barfooze.de> <20121011181709.GK24157@port70.net> <20121011193738.GL24157@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350001350 13750 80.91.229.3 (12 Oct 2012 00:22:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2012 00:22:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2087-gllmg-musl=m.gmane.org@lists.openwall.com Fri Oct 12 02:22:37 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 1TMT1Q-0000Hr-M0 for gllmg-musl@plane.gmane.org; Fri, 12 Oct 2012 02:22:36 +0200 Original-Received: (qmail 22095 invoked by uid 550); 12 Oct 2012 00:22: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 22087 invoked from network); 12 Oct 2012 00:22:30 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Mail/1.0 In-Reply-To: <20121011193738.GL24157@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:2086 Archived-At: On 10/11/2012 09:37 PM, Szabolcs Nagy wrote: > > these are the math functions used by other parts > of libc (mostly float scan and print): > > M = \ > __fpclassifyl \ > copysign \ > copysignl \ > fabs \ > fmod \ > fmodl \ > frexp \ > frexpl \ > scalbn \ > scalbnl \ > > so you need > > SRCS := $(SRCS) $(M:%=src/math/%.c) > > (not tested) > hmm i'm not entirely following. what is that SRCS line supposed to do ? would that apply after having renamed math to .math ? it's unfortunate, that these internal dependencies exist at all...