[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:35:11 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29715
Yong Li <yong.li at torchmobile.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yong.li at torchmobile.com
--- Comment #16 from Yong Li <yong.li at torchmobile.com> 2009-09-25 07:35:10 PDT ---
> -# if defined(thumb2) || defined(__thumb2__)
> +# if defined(thumb2) || defined(__thumb2__) || (defined(__TARGET_ARCH_THUMB) && __TARGET_ARCH_THUMB == 4)
> + || ((defined(thumb) || defined(__thumb__)) && (defined(__ARM_ARCH_6T2__) || PLATFORM_ARM_ARCH(7)))
> # define WTF_PLATFORM_ARM_TRADITIONAL 0
> # define WTF_PLATFORM_ARM_THUMB2 1
> # elif PLATFORM_ARM_ARCH(4)
> --
> 1.6.0.4
>
Could you please also check TARGET_ARCH_ARM? For the case TARGET_ARCH_ARM
contains the version number but __ARM_ARCH_<n>__ is not defined.
--
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