From: David Malcolm Date: Tue, 12 Nov 2024 22:22:46 +0000 (-0500) Subject: selftests: clear GCC_COLORS [PR117503] X-Git-Tag: basepoints/gcc-16~4374 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=169897bb402c46394ca38c8b3146d9d0c7ec35f5;p=thirdparty%2Fgcc.git selftests: clear GCC_COLORS [PR117503] gcc/ChangeLog: PR bootstrap/117503 * Makefile.in (GCC_FOR_SELFTESTS): Set GCC_COLORS=. Signed-off-by: David Malcolm --- 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@