[PATCH] D32883: [LLVMgold] add option to statically link libstdc++ and libgcc

Igor Sugak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 15:57:15 PDT 2017


sugak abandoned this revision.
sugak added a comment.

I didn't know about `CMAKE_MODULE_LINK_FLAGS`! Confirming that the following achieves the same result as the proposed diff:

  cmake . . . -DCMAKE_MODULE_LINKER_FLAGS='-static-libgcc -static-libstdc++'

Thanks!


Repository:
  rL LLVM

https://reviews.llvm.org/D32883





More information about the llvm-commits mailing list