|
Message-ID: <5077650F.6030307@barfooze.de> Date: Fri, 12 Oct 2012 02:32:15 +0200 From: John Spencer <maillist-musl@...fooze.de> To: musl@...ts.openwall.com Subject: Re: feature request: flag to disable math library build 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...
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.