RESOLVED FIXED 76189
[mac] When compiling WebCore with clang, llvm-gcc is used to generate derived sources
https://bugs.webkit.org/show_bug.cgi?id=76189
Summary [mac] When compiling WebCore with clang, llvm-gcc is used to generate derived...
mitz
Reported 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.
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+
mitz
Comment 1 2012-01-12 09:47:34 PST
Created attachment 122262 [details] Set CC according to TARGET_GCC_VERSION and use it in DerivedSources.make
mitz
Comment 2 2012-01-12 10:20:27 PST
Note You need to log in before you can comment on or make changes to this bug.