X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 26 Apr 1999 10:38:14 +0300 (WET) From: Andris Pavenis To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: v2.03: wrapping up In-Reply-To: <199904242017.QAA27977@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 24 Apr 1999, DJ Delorie wrote: > > > Are we really going to have file specs in $DJDIR/lib > > If all available compilers will call stubify properly and set the > __DJGPP__ macro without the lib/specs file, we can take it out of > 2.03. Do they? > Since gcc-2.8.1 they call stubify normally as LINK_COMMAND_SPECS is overriden already in builtin specs. For egcs-1.1.2 $DJDIR/lib/gcc-lib/djgpp/egcs-291.66/specs is specs dumped by gcc (gcc -dumpspecs) without any modifications and it works. For my latest build of 12 April egcs snapshot I have slightly editted dumped specs but due to different reason. It sets __DJGPP__ but not __DJGPP_MINOR__. I think where __DJGPP_MINOR__ is needed one should include stdio.h or sys/version.h. Andris