All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure.ac: support -fdiagnostics-color=always
@ 2015-04-06 17:33 Michael Zimmermann
  2015-04-06 18:24 ` Andrei Borzenkov
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Zimmermann @ 2015-04-06 17:33 UTC (permalink / raw)
  To: The development of GNU GRUB

---
 configure.ac | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/configure.ac b/configure.ac
index 891c14f..1f8cb2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1046,6 +1046,15 @@ if test "x$grub_cv_target_cc_qn" = xyes; then
   TARGET_CFLAGS="$TARGET_CFLAGS -Qn"
 fi

+AC_CACHE_CHECK([whether option -fdiagnostics-color=always works],
grub_cv_target_cc_fdiagnostics_color, [
+  CFLAGS="$TARGET_CFLAGS -fdiagnostics-color=always -Werror"
+  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])],
+                   [grub_cv_target_cc_fdiagnostics_color=yes],
+                   [grub_cv_target_cc_fdiagnostics_color=no])])
+if test "x$grub_cv_target_cc_fdiagnostics_color" = xyes; then
+  TARGET_CFLAGS="$TARGET_CFLAGS -fdiagnostics-color=always"
+fi
+
 #
 # Compiler features.
 #
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-24 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-06 17:33 [PATCH] configure.ac: support -fdiagnostics-color=always Michael Zimmermann
2015-04-06 18:24 ` Andrei Borzenkov
2015-04-07 15:54   ` Lennart Sorensen
2015-04-24 15:40   ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.