[Webkit-unassigned] [Bug 143765] Generator-scripts may use wrong compiler/preprocessor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 10:03:49 PDT 2015


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

LRN <lrn1986 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250811|                            |review?
              Flags|                            |

--- Comment #1 from LRN <lrn1986 at gmail.com> ---
Created attachment 250811
  --> https://bugs.webkit.org/attachment.cgi?id=250811&action=review
Ensure that generator-scripts get CC from configure

Various scripts check the CC environment variable to get the compiler to
use. In absence of that variable they do various educated guesses.

They guess wrong when running in MSYS (find /usr/bin/gcc instead
of /mingw/bin/gcc) and likely also guess wrong when cross-compiling.

Note that if the version of a "wrong" gcc is close enough to the "right" gcc,
things might just work out somehow, but we shouldn't bet on that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/bc54dfd2/attachment.html>


More information about the webkit-unassigned mailing list