Bug 76189 - [mac] When compiling WebCore with clang, llvm-gcc is used to generate derived sources
Summary: [mac] When compiling WebCore with clang, llvm-gcc is used to generate derived...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 09:45 PST by mitz
Modified: 2012-01-12 10:20 PST (History)
2 users (show)

See Also:


Attachments
Set CC according to TARGET_GCC_VERSION and use it in DerivedSources.make (3.61 KB, patch)
2012-01-12 09:47 PST, mitz
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-01-12 09:45:05 PST
DerivedSources.make and some of the perl scripts it invokes use “gcc” as the preprocessor rather than using the compiler Xcode uses for compiling source files.
Comment 1 mitz 2012-01-12 09:47:34 PST
Created attachment 122262 [details]
Set CC according to TARGET_GCC_VERSION and use it in DerivedSources.make
Comment 2 mitz 2012-01-12 10:20:27 PST
Fixed in <http://trac.webkit.org/r104835>.