Title: [157711] trunk/Source
- Revision
- 157711
- Author
- [email protected]
- Date
- 2013-10-21 01:57:23 -0700 (Mon, 21 Oct 2013)
Log Message
[GTK] g-ir-scanner should use the configured C compiler
https://bugs.webkit.org/show_bug.cgi?id=123088
Reviewed by Carlos Garcia Campos.
Source/WebKit/gtk:
* GNUmakefile.am: Pass the C compiler that was detected at configuration to the g-ir-scanner command
via the CC environment variable. This solves the issue of the scanner running the GCC compiler with
the Clang-specific CFLAGS.
Source/WebKit2:
* GNUmakefile.am: Pass the C compiler that was detected at configuration to the g-ir-scanner command
via the CC environment variable. This solves the issue of the scanner running the GCC compiler with
the Clang-specific CFLAGS.
Modified Paths
Diff
Modified: trunk/Source/WebKit/gtk/ChangeLog (157710 => 157711)
--- trunk/Source/WebKit/gtk/ChangeLog 2013-10-21 07:11:03 UTC (rev 157710)
+++ trunk/Source/WebKit/gtk/ChangeLog 2013-10-21 08:57:23 UTC (rev 157711)
@@ -1,3 +1,14 @@
+2013-10-21 Zan Dobersek <[email protected]>
+
+ [GTK] g-ir-scanner should use the configured C compiler
+ https://bugs.webkit.org/show_bug.cgi?id=123088
+
+ Reviewed by Carlos Garcia Campos.
+
+ * GNUmakefile.am: Pass the C compiler that was detected at configuration to the g-ir-scanner command
+ via the CC environment variable. This solves the issue of the scanner running the GCC compiler with
+ the Clang-specific CFLAGS.
+
2013-10-17 Andreas Kling <[email protected]>
Massage the Gtk build.
Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (157710 => 157711)
--- trunk/Source/WebKit/gtk/GNUmakefile.am 2013-10-21 07:11:03 UTC (rev 157710)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am 2013-10-21 08:57:23 UTC (rev 157711)
@@ -293,6 +293,7 @@
if ENABLE_INTROSPECTION
WebKit-@[email protected]: $(G_IR_SCANNER) _javascript_Core-@[email protected] libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected]
$(AM_V_GEN) \
+ CC="$(CC)" \
CFLAGS="$(CFLAGS) -Wno-deprecated-declarations" \
$(G_IR_SCANNER) \
--quiet \
Modified: trunk/Source/WebKit2/ChangeLog (157710 => 157711)
--- trunk/Source/WebKit2/ChangeLog 2013-10-21 07:11:03 UTC (rev 157710)
+++ trunk/Source/WebKit2/ChangeLog 2013-10-21 08:57:23 UTC (rev 157711)
@@ -1,3 +1,14 @@
+2013-10-21 Zan Dobersek <[email protected]>
+
+ [GTK] g-ir-scanner should use the configured C compiler
+ https://bugs.webkit.org/show_bug.cgi?id=123088
+
+ Reviewed by Carlos Garcia Campos.
+
+ * GNUmakefile.am: Pass the C compiler that was detected at configuration to the g-ir-scanner command
+ via the CC environment variable. This solves the issue of the scanner running the GCC compiler with
+ the Clang-specific CFLAGS.
+
2013-10-20 Dan Bernstein <[email protected]>
[Cocoa] Loading progress API
Modified: trunk/Source/WebKit2/GNUmakefile.am (157710 => 157711)
--- trunk/Source/WebKit2/GNUmakefile.am 2013-10-21 07:11:03 UTC (rev 157710)
+++ trunk/Source/WebKit2/GNUmakefile.am 2013-10-21 08:57:23 UTC (rev 157711)
@@ -292,6 +292,7 @@
WebKit2-@[email protected]: $(G_IR_SCANNER) libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected]
$(AM_V_GEN) \
+ CC="$(CC)" \
CFLAGS="$(CFLAGS) -Wno-deprecated-declarations" \
$(G_IR_SCANNER) \
--quiet \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes