1
0
Fork 0
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:
Jon Trulson 2012-08-06 22:38:54 -06:00
parent 606df517f0
commit e47bffb106
2 changed files with 14 additions and 0 deletions

View file

@ -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__

View file

@ -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__