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__