Add support for building 32bit SPARC binaries under Linux.
This commit is contained in:
committed by
Jon Trulson
parent
0fccc33b17
commit
2532f4a5ba
@@ -135,6 +135,15 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||
# 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
|
||||
#define LinuxMachineDefines -D__arm__
|
||||
#define LSBBitOrder YES
|
||||
|
||||
Reference in New Issue
Block a user