Title: [163534] trunk/Source/WebCore
- Revision
- 163534
- Author
- [email protected]
- Date
- 2014-02-06 08:45:07 -0800 (Thu, 06 Feb 2014)
Log Message
Use system default compiler instead of gcc, as final fall through.
https://bugs.webkit.org/show_bug.cgi?id=126773
Patch by Koop Mast <[email protected]> on 2014-02-06
Reviewed by Alexey Proskuryakov.
* dom/make_names.pl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (163533 => 163534)
--- trunk/Source/WebCore/ChangeLog 2014-02-06 16:29:52 UTC (rev 163533)
+++ trunk/Source/WebCore/ChangeLog 2014-02-06 16:45:07 UTC (rev 163534)
@@ -1,3 +1,12 @@
+2014-02-06 Koop Mast <[email protected]>
+
+ Use system default compiler instead of gcc, as final fall through.
+ https://bugs.webkit.org/show_bug.cgi?id=126773
+
+ Reviewed by Alexey Proskuryakov.
+
+ * dom/make_names.pl:
+
2014-02-06 Eric Carlson <[email protected]>
No need to enterFullscreen() when already in fullscreen
Modified: trunk/Source/WebCore/dom/make_names.pl (163533 => 163534)
--- trunk/Source/WebCore/dom/make_names.pl 2014-02-06 16:29:52 UTC (rev 163533)
+++ trunk/Source/WebCore/dom/make_names.pl 2014-02-06 16:45:07 UTC (rev 163534)
@@ -70,7 +70,7 @@
} elsif ($Config::Config{"osname"} eq "darwin" && $ENV{SDKROOT}) {
chomp($gccLocation = `xcrun -find cc -sdk '$ENV{SDKROOT}'`);
} else {
- $gccLocation = "/usr/bin/gcc";
+ $gccLocation = "/usr/bin/cc";
}
my $preprocessor = $gccLocation . " -E -x c++";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes