Title: [106369] trunk/Tools
Revision
106369
Author
[email protected]
Date
2012-01-31 11:00:21 -0800 (Tue, 31 Jan 2012)

Log Message

[GTK] build-webkit warning.
https://bugs.webkit.org/show_bug.cgi?id=77411

Reviewed by Philippe Normand.

* Scripts/webkitdirs.pm:
(isCrossCompilation):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (106368 => 106369)


--- trunk/Tools/ChangeLog	2012-01-31 18:06:23 UTC (rev 106368)
+++ trunk/Tools/ChangeLog	2012-01-31 19:00:21 UTC (rev 106369)
@@ -1,3 +1,13 @@
+2012-01-31  Gabor Rapcsanyi  <[email protected]>
+
+        [GTK] build-webkit warning.
+        https://bugs.webkit.org/show_bug.cgi?id=77411
+
+        Reviewed by Philippe Normand.
+
+        * Scripts/webkitdirs.pm:
+        (isCrossCompilation):
+
 2012-01-31  Dan Bernstein  <[email protected]>
 
         When generating derived sources, use the same compiler that is used to compile WebKitTestRunner.

Modified: trunk/Tools/Scripts/webkitdirs.pm (106368 => 106369)


--- trunk/Tools/Scripts/webkitdirs.pm	2012-01-31 18:06:23 UTC (rev 106368)
+++ trunk/Tools/Scripts/webkitdirs.pm	2012-01-31 19:00:21 UTC (rev 106369)
@@ -1266,7 +1266,7 @@
 
 sub isCrossCompilation()
 {
-  my $compiler = $ENV{'CC'};
+  my $compiler = "" unless $ENV{'CC'};
   if ($compiler =~ /gcc/) {
       my $compiler_options = `$compiler -v 2>&1`;
       my @host = $compiler_options =~ m/--host=(.*?)\s/;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to