Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r15-5179-g169897bb402c46.
gcc/ChangeLog: PR bootstrap/117503 * Makefile.in (GCC_FOR_SELFTESTS): Set GCC_COLORS=. Signed-off-by: David Malcolm <dmalc...@redhat.com> --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index eb5782104114..e8b2a38c8b37 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -488,7 +488,7 @@ T_STDINT_GCC_H = $(srcdir)/ginclude/stdint-gcc.h GCC_FOR_TARGET = $(STAGE_CC_WRAPPER) ./xgcc -B./ -B$(build_tooldir)/bin/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include -L$(objdir)/../ld $(TFLAGS) # The GCC to use when running selftests -GCC_FOR_SELFTESTS = LC_ALL=C $(GCC_FOR_TARGET) +GCC_FOR_SELFTESTS = LC_ALL=C GCC_COLORS= $(GCC_FOR_TARGET) # Set if the compiler was configured with --with-build-sysroot. SYSROOT_CFLAGS_FOR_TARGET = @SYSROOT_CFLAGS_FOR_TARGET@ -- 2.26.3