mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Add support for building 32bit SPARC binaries under Linux.
This commit is contained in:
parent
0fccc33b17
commit
2532f4a5ba
2 changed files with 13 additions and 0 deletions
|
@ -571,6 +571,10 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
|||
# undef __arm__
|
||||
# define ARMArchitecture
|
||||
# endif
|
||||
# if defined(__sparc__) || defined(sparc)
|
||||
# define SparcArchitecture
|
||||
# undef sparc
|
||||
# endif
|
||||
#endif /* linux */
|
||||
|
||||
#ifdef __uxp__
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue