[Webkit-unassigned] [Bug 24852] New: Inconsistent flags might lead to link failure for ARM/RVCT release builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 13:37:39 PDT 2009


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

           Summary: Inconsistent flags might lead to link failure for
                    ARM/RVCT release builds
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


Fix regression introduced by http://trac.webkit.org/changeset/40404.

During GNU mode RVCT compilation __GNUC__ is defined but COMPILER(GCC) is
false. 

The output of gperf (HTMLEntityNames.c) generates code which will use the
__GNUC__ flag; so PreloadScanner.cpp needs to use the __GNUC__ flag to stay
consistent, otherwise GNU mode RVCT compilation will fail to link. 

The solution is to simply revert the change in PreloadScanner.cpp. 

Patch will follow.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list