This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Analysis of remaining xm-host headers
- To: Zack Weinberg <zackw at stanford dot edu>
- Subject: Re: Analysis of remaining xm-host headers
- From: "Laurynas Biveinis" <lauras at softhome dot net>
- Date: Wed, 14 Mar 2001 18:51:43 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <20010314004354.E29383@stanford.edu>
> i386/xm-cygwin.h, i386/xm-djgpp.h, i386/xm-mingw32.h: Pile of macro
> definitions to teach GCC about DOS style file systems and a couple
> more tweaks. Should be tidiable down to just
> HAVE_DOS_BASED_FILE_SYSTEM and a couple others; we need
> machine-independent work first, though.
About xm-djgpp.h: indeed most of it can go away if autoconf
can detect DOS file system on host. But COLLECT2_HOST_INITIALIZATION,
GCC_DRIVER_HOST_INITIALIZATION, UPDATE_PATH_HOST_CANONICALIZE are
very DJGPP specific.
Laurynas