This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] GDB testsuite: Suppress GCC's colored output


Andreas Arnez <arnez@linux.vnet.ibm.com> writes:

Hi Andreas,

> +    # Stop the compiler from producing colored output.
> +    setenv GCC_COLORS ""
> +

This doesn't work for remote host.  How about passing option
-fno-color-diagnostics to compiler which supports that option?  Both gcc
(4.9 and later) and clang has this option.

-- 
Yao (齐尧)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]