[Webkit-unassigned] [Bug 29715] New: [All] RVCT compilation of WebKit fails due to ARM/Thumb defines in Platform.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 08:31:31 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29715

           Summary: [All] RVCT compilation of WebKit fails due to
                    ARM/Thumb defines in Platform.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: george.wright at torchmobile.com


The patch landed from bug #29122 seems to break ARM compiles when using RVCT.
The patch uses __thumb2__ and thumb2 compile predefined macros to check for
whether Thumb2 support is available, but RVCT does not set these. See
http://www.keil.com/support/man/docs/armccref/armccref_BABJIDGC.htm.

I believe the solution would be to add checks based on __TARGET_ARCH_ARM and
__TARGET_ARCH_THUMB to Platform.h

-- 
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