common files modified for ARM

This commit is contained in:
wernsaar
2013-09-28 19:10:32 +02:00
parent 70411af888
commit d13788d1b4
7 changed files with 255 additions and 48 deletions

View File

@@ -124,3 +124,9 @@ ARCH_IA64
#if defined(__LP64) || defined(__LP64__) || defined(__ptr64) || defined(__x86_64__) || defined(__amd64__) || defined(__64BIT__)
BINARY_64
#endif
#if defined(__ARM_ARCH) || defined(__ARM_ARCH_7A__)
ARCH_ARM
#endif