<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] pixman fails to compile on Raspberry Pi (GCC crash)"
   href="https://bugs.webkit.org/show_bug.cgi?id=167411#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] pixman fails to compile on Raspberry Pi (GCC crash)"
   href="https://bugs.webkit.org/show_bug.cgi?id=167411">bug 167411</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>Set the CC and CXX environment variables to point at a newer compiler. Unfortunately GCC 4.9 is the newest GCC available in Jessie, so you'd have to build a newer version yourself, which you don't want to do. I'd first try installing clang and using that instead:

CC=/usr/bin/clang CXX=/usr/bin/clang++ update-webkitgtk-libs

Failing that, upgrade to Stretch (is there a Stretch-based Raspbian yet?) which has a newer version of GCC.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>