[Webkit-unassigned] [Bug 71370] webkitdirs.pm: add getArchitecture implementation for autotools ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 08:38:39 PST 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114080|review?                     |review-
               Flag|                            |




--- Comment #5 from Martin Robinson <mrobinson at webkit.org>  2011-11-08 08:38:39 PST ---
(From update of attachment 114080)
View in context: https://bugs.webkit.org/attachment.cgi?id=114080&action=review

> Tools/Scripts/webkitdirs.pm:250
> +        determineConfigurationProductDir();
> +        my $host_triple = `grep -E '^host = ' $configurationProductDir/GNUmakefile`;
> +        $architecture = $1 if $host_triple =~ m/^host = ([^-]+)-/;

In the Mac case they first check the architecture set for the build and then if it's not there, they fall back to the system architecture. I think you should do the same here.

-- 
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