diff options
Diffstat (limited to 'xc/config/cf/Imake.cf')
-rw-r--r-- | xc/config/cf/Imake.cf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/xc/config/cf/Imake.cf b/xc/config/cf/Imake.cf index bb9b64710..fd1dc23fa 100644 --- a/xc/config/cf/Imake.cf +++ b/xc/config/cf/Imake.cf @@ -17,7 +17,7 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $ * * 4. Create a .cf file with the name given by MacroFile. */ -XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.58 2000/06/30 17:15:05 dawes Exp $ +XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.60 2000/08/11 17:27:10 dawes Exp $ #if defined(clipper) || defined(__clipper__) # undef clipper @@ -26,6 +26,16 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.58 2000/06/30 17:15:05 dawes Exp $ # define IngrArchitecture #endif /* clipper */ +#ifdef __CYGWIN__ +#define MacroIncludeFile <cygwin.cf> +#define MacroFile cygwin.cf +#define cygwinArchitecture +#define i386Architecture +#undef i386 +#undef __i386__ +#undef _X86_ +#endif /* CYGWIN */ + #ifdef ultrix # define MacroIncludeFile <ultrix.cf> # define MacroFile ultrix.cf @@ -593,6 +603,12 @@ XCOMM Keep cpp from replacing path elements containing i486/i586/i686 # endif # undef __alpha__ # endif /* __alpha__ */ +# ifdef __arm__ +# define Arm32Architecture +# undef arm +# undef __arm +# undef __arm__ +# endif # ifdef mc68000 # define Mc68020Architecture # undef mc68000 |