Am Sat, 01 Oct 2022 21:52:03 +0300
schrieb Eli Zaretskii <e...@gnu.org>:

> > From: Paul Smith <psm...@gnu.org>
> > Cc: bug-make@gnu.org, Juan Manuel Guerrero <juan.guerr...@gmx.de>
> > 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.

Sorry, I was abscent a couple of days so I could not respond to this.
As Eli already pointed out __MSDOS__ is used by the DJGPP port.  If
this is an incoveniece may be a different macro can be used, like
__DJGPP__ or what ever may see to you as appropriate.
As long as the existing MSDOS/DJGPP support is still part of the make
code I will continue providing ports for the DJGPP community.  If
I encounter some DJGPP specific issue I will try to provide a
port to fix it.

Regards,
Juan M. Guerrero

Reply via email to