X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Wed, 29 Dec 2004 15:36:43 -0500 Message-Id: <200412292036.iBTKahFH022324@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200412291948.iBTJmODj009390@speedy.ludd.ltu.se> (ams AT ludd DOT ltu DOT se) Subject: Re: C99 strftime and Related Changes References: <200412291948 DOT iBTJmODj009390 AT speedy DOT ludd DOT ltu DOT se> 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 > Executable size, e.g. Besides growing a lot, setlocale() pulls in > itoa() and stpcpy() as well. Is there any way to only affect those programs that actually need it, without needing a different command line to link? We do some tricks like that for pulling in stdio data and a few other things.