Reviewed by Mark Rowe and David Kilzer.
Fix build failure on arm.
* wtf/Platform.h: Also test if __arm__ is defined.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25253
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-08-26 Mike Hommey <glandium@debian.org>
+
+ Reviewed by Mark Rowe and David Kilzer.
+
+ Fix build failure on arm.
+
+ * wtf/Platform.h: Also test if __arm__ is defined.
+
2007-08-25 Peter Kasting <zerodpx@gmail.org>
Reviewed by Maciej Stachowiak.
#define WTF_PLATFORM_BIG_ENDIAN 1
#endif
-#if defined(arm)
+#if defined(arm) \
+ || defined(__arm__)
#define WTF_PLATFORM_ARM 1
#define WTF_PLATFORM_MIDDLE_ENDIAN 1
#endif