X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sun, 2 Dec 2001 14:52:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: djgpp-workers AT delorie DOT com Subject: Re: Building a profiled version of libc In-Reply-To: <3C0A1ABF.C95CCFA2@phekda.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 2 Dec 2001, Richard Dawe wrote: > Our specs file from gcc 3.0.2 just has: > > *lib: > -lc We cannot update specs until and unless we distribute libc_p.a as part of djdev. If we update specs now, users will be unable to link with -pg, since GCC will complain about a missing libc_p. > The build system would need more invasive modifications to support > building two different sets of objects for the two libraries. I think we should avoid building two sets of objects. Building one is enough of a pain ;-)