Subject: [PATCH] Silent make output for custom link commands
Looks nice, thank you for the complete patch. I pushed it (plus NEWS and
THANKS entries) with only a tiny tweak to the wording in the manual.
Thanks! --karl
In my project I use a custom _LINK variable for a particular target which
needs to force using the C++ linker for an otherwise C program when linking
statically against a C++ library. I do it like this:
if LLVM_STATIC
# Force linking as C++ to allow LLVM static libraries
nodist_EXTRA_bin_nv