Imake.cf/linux.cf: Add arm support.
Patch from IRC user wschaub.
This commit is contained in:
@@ -451,6 +451,10 @@ XCOMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $
|
|||||||
# define AMD64Architecture
|
# define AMD64Architecture
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
# if defined(__arm__)
|
||||||
|
# undef __arm__
|
||||||
|
# define ARMArchitecture
|
||||||
|
# endif
|
||||||
#endif /* linux */
|
#endif /* linux */
|
||||||
|
|
||||||
#ifdef __uxp__
|
#ifdef __uxp__
|
||||||
|
|||||||
@@ -135,6 +135,16 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
|||||||
# endif
|
# endif
|
||||||
#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
|
#ifdef i386Architecture
|
||||||
#define OptimizedCDebugFlags DefaultGcc2i386Opt
|
#define OptimizedCDebugFlags DefaultGcc2i386Opt
|
||||||
#define LinuxMachineDefines -D__i386__
|
#define LinuxMachineDefines -D__i386__
|
||||||
|
|||||||
Reference in New Issue
Block a user