Add support for building 32bit SPARC binaries under Linux.
This commit is contained in:
committed by
Jon Trulson
parent
0fccc33b17
commit
2532f4a5ba
@@ -571,6 +571,10 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
|||||||
# undef __arm__
|
# undef __arm__
|
||||||
# define ARMArchitecture
|
# define ARMArchitecture
|
||||||
# endif
|
# endif
|
||||||
|
# if defined(__sparc__) || defined(sparc)
|
||||||
|
# define SparcArchitecture
|
||||||
|
# undef sparc
|
||||||
|
# endif
|
||||||
#endif /* linux */
|
#endif /* linux */
|
||||||
|
|
||||||
#ifdef __uxp__
|
#ifdef __uxp__
|
||||||
|
|||||||
@@ -135,6 +135,15 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef SparcArchitecture
|
||||||
|
#define LinuxMachineDefines -Dsparc
|
||||||
|
|
||||||
|
#if UseElfFormat
|
||||||
|
#define HasPlugin YES
|
||||||
|
#define VendorHasX11R6_3libXext YES /* XC or XFree86 3.3.1 */
|
||||||
|
#endif
|
||||||
|
#endif /* SparcArchitecture */
|
||||||
|
|
||||||
#ifdef ARMArchitecture
|
#ifdef ARMArchitecture
|
||||||
#define LinuxMachineDefines -D__arm__
|
#define LinuxMachineDefines -D__arm__
|
||||||
#define LSBBitOrder YES
|
#define LSBBitOrder YES
|
||||||
|
|||||||
Reference in New Issue
Block a user