Pull some local changes from XF4 that didn't make it to xenocara.

Noticed by todd@ with a failed sgi build.
This commit is contained in:
matthieu 2007-06-23 12:49:06 +00:00
parent b3161bf821
commit 1e286947d5

View File

@ -128,18 +128,27 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.88 2003/12/16 21:30:21 herrb Exp $
# define Sparc64Architecture # define Sparc64Architecture
# endif # endif
# undef sparc # undef sparc
# undef sparc64
# endif # endif
# if defined(__mips__) || defined(mips) # if defined(__mips__) || defined(mips)
# define MipsArchitecture # define MipsArchitecture
# ifdef __LP64__
# define Mips64Architecture
# endif
# ifdef arc # ifdef arc
# define ArcArchitecture # define ArcArchitecture
# undef arc # undef arc
# endif # endif
# ifdef sgi
# define SGIArchitecture
# undef sgi
# endif
# ifdef pmax # ifdef pmax
# define PmaxArchitecture # define PmaxArchitecture
# undef pmax # undef pmax
# endif # endif
# undef mips # undef mips
# undef __mips__
# endif # endif
# if defined(__alpha__) || defined(alpha) # if defined(__alpha__) || defined(alpha)
# define AlphaArchitecture # define AlphaArchitecture
@ -152,6 +161,14 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.88 2003/12/16 21:30:21 herrb Exp $
# undef __x86_64__ # undef __x86_64__
# undef amd64 # undef amd64
# endif # endif
# if defined(__arm__)
# define Arm32Architecture
# undef __arm__
# if defined(zaurus)
# undef zaurus
# define ZaurusArchitecture
# endif
# endif
# if defined(__mc68020__) || defined(mc68020) # if defined(__mc68020__) || defined(mc68020)
# define Mc68020Architecture # define Mc68020Architecture
# if defined(amiga) # if defined(amiga)
@ -176,12 +193,20 @@ XCOMM $XFree86: xc/config/cf/Imake.cf,v 3.88 2003/12/16 21:30:21 herrb Exp $
# endif # endif
# undef mc68000 # undef mc68000
# endif # endif
# if defined(__m88k__) || defined(m88k)
# define Mc88000Architecture
# undef m88k
# endif
# ifdef __powerpc__ # ifdef __powerpc__
# define PpcArchitecture # define PpcArchitecture
# undef __powerpc__ # undef __powerpc__
# undef __macppc__ # undef __macppc__
# undef macppc # undef macppc
# endif # endif
# ifdef __sh__
# undef __sh__
# define SuperHArchitecture
# endif
# ifdef __vax__ # ifdef __vax__
# undef vax # undef vax
# undef __vax__ # undef __vax__