]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
selftests: clear GCC_COLORS [PR117503]
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 12 Nov 2024 22:22:46 +0000 (17:22 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Tue, 12 Nov 2024 22:22:46 +0000 (17:22 -0500)
gcc/ChangeLog:
PR bootstrap/117503
* Makefile.in (GCC_FOR_SELFTESTS): Set GCC_COLORS=.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/Makefile.in

index eb578210411482e8141019547a8706e16dc74b06..e8b2a38c8b37550ffd727502cf2a5b923bb85ba6 100644 (file)
@@ -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@