[Webkit-unassigned] [Bug 76702] [GTK] Detect cross-compilation in webkitdirs.pm to not generate gtkdoc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 02:43:56 PST 2012


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





--- Comment #16 from Gabor Rapcsanyi <rgabor at webkit.org>  2012-11-08 02:45:31 PST ---
(In reply to comment #15)
> 
> Hi,
> 
> It is causing  build issue for sh4 platforms due to the check for "--host" in compiler_options.
> 
> the "--host" flags is not needed for a cross-compiler?
> 
> 
> Regards,
> Thouraya.
> 
> 
> 
> (In reply to comment #14)
> > Landed by: http://trac.webkit.org/changeset/105974

This isCrossCompilation() function is just checking the --target and --host flags of the compiler. If they are set and differ then we return true. Any other case we return with false. So they need to be set.

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