[Webkit-unassigned] [Bug 159083] THUMB2 support not correctly detected on Fedora with GCC 6.1.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 8 04:19:45 PDT 2016


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

--- Comment #7 from Tomas Popela <tpopela at redhat.com> ---
(In reply to comment #6)
> You can check your toolchain default settings with this command:
> gcc -Q --help=target | grep -i "\(marm\|mthumb\)"
>
> 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.

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.

-- 
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/20160708/870d4bf3/attachment.html>


More information about the webkit-unassigned mailing list