Date: Fri, 08 Jun 2001 12:07:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pavenis AT lanet DOT lv Message-Id: <9743-Fri08Jun2001120700+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: <3B20B4AA.30542.55E772@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> 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 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.