From: Vladimír Čunát Date: Fri, 9 Feb 2018 14:22:12 +0000 (+0100) Subject: make: also print the linker command X-Git-Tag: v2.1.0~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2457047314ad5be6e924aa014bd9ac7b8905088e;p=thirdparty%2Fknot-resolver.git make: also print the linker command --- diff --git a/Makefile b/Makefile index 0bb4d1345..80269b214 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ endif info: $(info Target: Knot DNS Resolver $(VERSION)-$(PLATFORM)) $(info Compiler: $(CC) $(BUILD_CFLAGS)) + $(info Linker: $(CCLD) $(BUILD_LDFLAGS)) $(info ) $(info Variables) $(info ---------)