Date: Fri, 08 Jun 2001 14:56:14 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pavenis AT lanet DOT lv Message-Id: <9791-Fri08Jun2001145613+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3B20C3B5.24003.90AD0D@localhost> (pavenis@lanet.lv) Subject: Re: [PATCH] Uses -fno-exceptions for C++ in CVS version of DJGPP References: <3B20B4AA DOT 30542 DOT 55E772 AT localhost> (pavenis AT lanet DOT lv) <3B20C3B5 DOT 24003 DOT 90AD0D AT localhost> 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 > From: pavenis AT lanet DOT lv > Date: Fri, 8 Jun 2001 12:23:17 +0300 > > On 8 Jun 2001, at 12:07, Eli Zaretskii wrote: > > > > From: pavenis AT lanet DOT lv > > > Date: Fri, 8 Jun 2001 11:19:06 +0300 > > > > > > This patch adds -fno-exceptions for C++ compiler options > > > (currently for emu387.cc only). C++ exceptions is not used there > > > and as result we can get smaller size of object code (and emu387.dxe) > > > > Thanks, but please put this switch into gcc.op and gcc-l.opt, not in > > the makefile's. All the compiler switches (except -c) we use during > > the djdev build are in gcc.opt and gcc-l.opt. > > It's needed for C++ only (currently emu386.cc only). Right. Sorry, I missed the fact that you added -fno-exceptions only to the rule which compiles .cc files (I thoughjt it was being added to all compilations).