From 3672fda3736ec3d60f5352baac9475e8305aa291 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Thu, 19 May 2016 23:19:22 +0300 Subject: [PATCH] add host compiler version to log see #1351 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3f846bf8..ba124ccb 100644 --- a/Makefile +++ b/Makefile @@ -528,6 +528,8 @@ build-only-$(1)_$(3): lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true autoconf --version 2>/dev/null | head -1 automake --version 2>/dev/null | head -1 + $(BUILD_CC) --version + $(BUILD_CXX) --version python --version perl --version 2>&1 | head -3 rm -rf '$(2)'