[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 04:43:20 PST 2012


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





--- Comment #18 from Gabor Rapcsanyi <rgabor at webkit.org>  2012-11-08 04:44:55 PST ---
(In reply to comment #17)
> > 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.
> 
> 
> Is it possible to check only the --target flag?

Unfortunately it's not enough because if the target is ARM you can't just say that now we detected a cross compiler because if the host is ARM as well but there is no --host flag then it is native building not cross compilation.
What is the exact problem on your side?

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