From: pavenis AT lanet DOT lv To: djgpp-workers AT delorie DOT com Date: Wed, 20 Jun 2001 16:59:50 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gcc-3.0 Message-ID: <3B30D686.14134.12A4F8D@localhost> In-reply-to: <200106201344.JAA31937@envy.delorie.com> References: (message from Andris Pavenis on Wed, 20 Jun 2001 10:39:08 +0300 (WET)) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 20 Jun 2001, at 9:44, DJ Delorie wrote: > > > If we're going to get rid of x-*, xm-*.h and t-* files, then how to > > They're not trying to get rid of those files completely. They're > trying to get rid of stuff in those files that should be handled by > autoconf, which causes many of those files to go away. I see one more thing I should put in t-djgpp: If we want libgcc.a to be built without debugging info (so reduce it size from about 1.5Mb to less than 100K) it's simpliest to add one line to t-djgpp: LIBGCC2_DEBUG_CFLAGS = Perhaps it is needed to build also libstdc++ without debug info (my test build is with it). Otherwise all will complain that "Hello World" program which sends "Hello\n" to std::cout have size more than 1Mb with debug info Andris