Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src use --with-diagnostics-color=auto-if-env as the default for ...
details: https://anonhg.NetBSD.org/src/rev/d32ce9f156e5
branches: trunk
changeset: 344392:d32ce9f156e5
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Mar 26 09:02:56 2016 +0000
description:
use --with-diagnostics-color=auto-if-env as the default for GCC 5.
diffstat:
external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/arm/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/armeb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/coldfire/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmeb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhf/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/mipsel/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sh3el/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/sparc64/auto-host.h | 2 +-
external/gpl3/gcc/usr.bin/gcc/arch/x86_64/auto-host.h | 2 +-
tools/gcc/Makefile | 8 +++++---
34 files changed, 38 insertions(+), 36 deletions(-)
diffs (truncated from 428 to 300 lines):
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/arm/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/arm/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/arm/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/armeb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/armeb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/armeb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/coldfire/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/coldfire/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/coldfire/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmeb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmeb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmeb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmhf/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmhf/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmhf/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmhfeb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv4/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv4/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv4/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv6/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv6/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv6/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hf/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv7/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv7/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv7/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv7eb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hf/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earmv7hfeb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/i386/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/m68000/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
diff -r 5f92f96d40d1 -r d32ce9f156e5 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h Sat Mar 26 09:01:20 2016 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/auto-host.h Sat Mar 26 09:02:56 2016 +0000
@@ -64,7 +64,7 @@
/* The default for -fdiagnostics-color option */
#ifndef USED_FOR_TARGET
-#define DIAGNOSTICS_COLOR_DEFAULT DIAGNOSTICS_COLOR_AUTO
+#define DIAGNOSTICS_COLOR_DEFAULT -1
#endif
Home |
Main Index |
Thread Index |
Old Index