From: nbd Date: Wed, 25 Nov 2015 14:12:44 +0000 (+0000) Subject: gcc: make colors optional based on the GCC_COLORS env var X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=62c462e00609a371a6cd774c4f006f9920ff8813;p=openwrt.git gcc: make colors optional based on the GCC_COLORS env var Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47642 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 0ac7de19f5..3e4f3ee984 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -151,6 +151,10 @@ ifneq ($(CONFIG_mips)$(CONFIG_mipsel),) GCC_CONFIGURE += --with-mips-plt endif +ifndef GCC_VERSION_4_8 + GCC_CONFIGURE += --with-diagnostics-color=auto-if-env +endif + ifneq ($(CONFIG_SSP_SUPPORT),) GCC_CONFIGURE+= \ --enable-libssp