]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
make: also print the linker command
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 9 Feb 2018 14:22:12 +0000 (15:22 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 12 Feb 2018 12:32:10 +0000 (13:32 +0100)
Makefile

index 0bb4d13451822a90cd3a578ce2461668d8a0debb..80269b214a392bc8b1ff9482ff9f0dfe0da1013d 100644 (file)
--- 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 ---------)