[Git][NTPsec/ntpsec][master] waf: print LINKFLAGS inaddition to CFLAGS and LDFLAGS

Gary E. Miller gitlab at mg.gitlab.com
Sat Feb 25 00:09:17 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
a0a3de9c by Gary E. Miller at 2017-02-24T16:08:24-08:00
waf: print LINKFLAGS inaddition to CFLAGS and LDFLAGS

- - - - -


1 changed file:

- wafhelpers/configure.py


Changes:

=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -718,6 +718,7 @@ int main(int argc, char **argv) {
     msg_setting("CC", " ".join(ctx.env.CC))
     msg_setting("CFLAGS", " ".join(ctx.env.CFLAGS))
     msg_setting("LDFLAGS", " ".join(ctx.env.LDFLAGS))
+    msg_setting("LINKFLAGS", " ".join(ctx.env.LINKFLAGS))
     msg_setting("PREFIX", ctx.env.PREFIX)
     msg_setting("Debug Support", yesno(not ctx.options.disable_debug))
     msg_setting("Refclocks", ", ".join(ctx.env.REFCLOCK_LIST))



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/a0a3de9c82d05677cc1d3377824f97fd8bfd8bed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170225/f2cb6bb1/attachment.html>


More information about the vc mailing list