> From: Paul Smith <[email protected]> > Cc: [email protected], Juan Manuel Guerrero <[email protected]> > Date: Sat, 01 Oct 2022 14:48:01 -0400 > > On Sat, 2022-10-01 at 20:42 +0300, Eli Zaretskii wrote: > > The DJGPP project has been routinely porting all versions of Make up > > to and including 4.3. > > By "DJGPP project" I expect you are referring to the MSDOS port (I'm > not familiar with all the alternative names).
Yes. DJGPP is the MSDOS port of GNU development tools, based on GCC and GNU Binutils. > The thing that I'm specifically looking at in the code are ifdef's > using __MSDOS__. Are these the ifdefs used by DJPP? Yes.
