Skip to content
Snippets Groups Projects
Commit 6638374f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

gcc: make colors optional based on the GCC_COLORS env var


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 47642
parent 3fac6dde
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment