Date: Sat, 30 Dec 2000 11:03:30 -0500 Message-Id: <200012301603.LAA09376@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3A4E089C.A7FFDA87@softhome.net> (message from Laurynas Biveinis on Sat, 30 Dec 2000 17:09:00 +0100) Subject: Re: config/mh-djgpp in Cygnus tree References: <3A4E089C DOT A7FFDA87 AT softhome DOT net> 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 > I see following in GCC and GDB (and probably others) > in file config/mh-djgpp: > > # We don't want to use debugging information on DOS. Unfortunately, > # this requires that we set CFLAGS. > # This used to set -fno-omit-frame-pointer. > CFLAGS=-O2 > > It is not clear from this comment why we don't want to use > debugging info on DOS. Or is this obsolete and we can remove > it safely? I've haven't fully grokked the way Cygnus tree works, > but overriding CFLAGS this way looks suspiciously. The cygnus-specific things are for djgpp 1.0. It's very old, and nearly *all* assumptions about djgpp from back then need to be re-thinked.