<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - THUMB2 support not correctly detected on Fedora with GCC 6.1."
href="https://bugs.webkit.org/show_bug.cgi?id=159083#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - THUMB2 support not correctly detected on Fedora with GCC 6.1."
href="https://bugs.webkit.org/show_bug.cgi?id=159083">bug 159083</a>
from <span class="vcard"><a class="email" href="mailto:tpopela@redhat.com" title="Tomas Popela <tpopela@redhat.com>"> <span class="fn">Tomas Popela</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=159083#c6">comment #6</a>)
<span class="quote">> You can check your toolchain default settings with this command:
> gcc -Q --help=target | grep -i "\(marm\|mthumb\)"</span >
>
<span class="quote">> result if you have thumb2 toolchain:
> -marm [disabled]
> -mthumb [enabled]
> -mthumb-interwork [enabled]
>
> result if you have ARM toolchain:
> -marm [enabled]
> -mthumb [disabled]
> -mthumb-interwork [enabled]
>
> I'm going to fix the ARM traditional build soon in a separated bug.</span >
Sorry Ossy about the breakage and thank you for working on the fix! It is as you said the thumb2 toolchain is indeed disabled and the ARM one enabled.</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>