mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Imake.cf/linux.cf: Add arm support.
Patch from IRC user wschaub.
This commit is contained in:
parent
606df517f0
commit
e47bffb106
2 changed files with 14 additions and 0 deletions
|
@ -451,6 +451,10 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
|||
# define AMD64Architecture
|
||||
# endif
|
||||
# endif
|
||||
# if defined(__arm__)
|
||||
# undef __arm__
|
||||
# define ARMArchitecture
|
||||
# endif
|
||||
#endif /* linux */
|
||||
|
||||
#ifdef __uxp__
|
||||
|
|
|
@ -135,6 +135,16 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef ARMArchitecture
|
||||
#define LinuxMachineDefines -D__arm__
|
||||
#define LSBBitOrder YES
|
||||
|
||||
#if UseElfFormat
|
||||
#define HasPlugin YES
|
||||
#define VendorHasX11R6_3libXext YES /* XC or XFree86 3.3.1 */
|
||||
#endif
|
||||
#endif /* ARMArchitecture */
|
||||
|
||||
#ifdef i386Architecture
|
||||
#define OptimizedCDebugFlags DefaultGcc2i386Opt
|
||||
#define LinuxMachineDefines -D__i386__
|
||||
|
|
Loading…
Reference in a new issue