X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fcommon.mk;h=2a6d75d0ddff7570710f46a95dae8fed53752653;hb=700c0edc06f738fe22a4cd92cbaa52e9f798a60c;hp=b75fce57ef1c3d53d40cc43ae0e3569298c30073;hpb=38867b7ebafd8fbbbf3ff400e5a241ae88dfedab;p=openwrt%2Fstaging%2Flynxis.git diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index b75fce57ef..2a6d75d0dd 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -123,15 +123,12 @@ GCC_CONFIGURE:= \ --with-gmp=$(TOPDIR)/staging_dir/host \ --with-mpfr=$(TOPDIR)/staging_dir/host \ --with-mpc=$(TOPDIR)/staging_dir/host \ - --disable-decimal-float + --disable-decimal-float \ + --with-diagnostics-color=auto-if-env 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_GCC_DEFAULT_PIE),) GCC_CONFIGURE+= \ --enable-default-pie