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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@157711
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-10-21 Zan Dobersek <zdobersek@igalia.com>
+
+ [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 <akling@apple.com>
Massage the Gtk build.
if ENABLE_INTROSPECTION
WebKit-@WEBKITGTK_API_VERSION@.gir: $(G_IR_SCANNER) JavaScriptCore-@WEBKITGTK_API_VERSION@.gir libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
$(AM_V_GEN) \
+ CC="$(CC)" \
CFLAGS="$(CFLAGS) -Wno-deprecated-declarations" \
$(G_IR_SCANNER) \
--quiet \
+2013-10-21 Zan Dobersek <zdobersek@igalia.com>
+
+ [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 <mitz@apple.com>
[Cocoa] Loading progress API
WebKit2-@WEBKITGTK_API_VERSION@.gir: $(G_IR_SCANNER) libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
$(AM_V_GEN) \
+ CC="$(CC)" \
CFLAGS="$(CFLAGS) -Wno-deprecated-declarations" \
$(G_IR_SCANNER) \
--quiet \