[Webkit-unassigned] [Bug 128798] New: Use CXX instead of CC for preprocessor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 23:09:23 PST 2014


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

           Summary: Use CXX instead of CC for preprocessor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lantw44 at gmail.com


In Source/WebCore/bindings/scripts/preprocessor.pm and Source/WebCore/dom/make_names.pl, we use -x c++ to make sure the C preprocessor is running in C++ mode. This cause problem if the user set CC with options which is not available in C++, such as "clang -std=c11". We should use CXX instead for preprocessor, so -x c++ will not cause problem.

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