[Webkit-unassigned] [Bug 108083] [GTK] Building fails in an armv5tel board

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 23:01:51 PST 2013


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





--- Comment #4 from Daniel Bates <dbates at webkit.org>  2013-01-28 23:03:50 PST ---
(From update of attachment 184983)
View in context: https://bugs.webkit.org/attachment.cgi?id=184983&action=review

> Tools/Scripts/webkitdirs.pm:1323
> +    return $Config{archname} =~ /^arm(-|v[567])/;

Would it be sufficient to match a string that begins with "arm-" or "armv"? In particular, would it be sufficient to match a string that begins with "armv" as opposed to {armv5, armv6, armv7}?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list