[Webkit-unassigned] [Bug 29715] [All] RVCT compilation of WebKit fails due to ARM/Thumb defines in Platform.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 25 07:36:20 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29715
--- Comment #17 from Yong Li <yong.li at torchmobile.com> 2009-09-25 07:36:18 PDT ---
for example:
#define ARM_ARCH_VERSION 7
+#if !defined(ARM_ARCH_VERSION) && defined(__TARGET_ARCH_ARM)
+#define ARM_ARCH_VERSION __TARGET_ARCH_ARM
+#endif
#endif
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list