From 6f173149a9fb573ff905f5820b815db3f7c70b70 Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Thu, 14 Dec 2017 17:09:45 +0100 Subject: [PATCH] Recent versions of MinGW have grep --line-buffered, restoring --- config.mingw.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.mingw.mk b/config.mingw.mk index 99ffd89..e9f5b28 100644 --- a/config.mingw.mk +++ b/config.mingw.mk @@ -31,9 +31,6 @@ include $(BUILD)config.gnu.mk # On Windows, DLLs have to go with the .exe PREFIX_DLL:=$(PREFIX_DLL:$(PREFIX_LIB)=$(PREFIX_BIN)) -# MinGW does not have --line-buffered for colorized builds -LINE_BUFFERED= - # Windows overrides for extensions EXE_EXT= .exe LIB_EXT= .a