Browse Source

Refs #355. Fixed ARM detection bug.

tags/v0.2.9^2
Zhang Xianyi 11 years ago
parent
commit
4d42368214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ctest.c

+ 1
- 1
ctest.c View File

@@ -125,7 +125,7 @@ ARCH_IA64
BINARY_64
#endif

#if defined(__ARM_ARCH) || defined(__ARM_ARCH_7A__)
#if defined(__ARM_ARCH) || defined(__ARM_ARCH_7A__) || defined(__arm__)
ARCH_ARM
#endif



Loading…
Cancel
Save