1
Fork 0

bootstrap: Allow to specify ranlib tool used when compiling C++ code.

This commit is contained in:
Michael Woerister 2018-05-30 16:36:18 +02:00
parent 758239c9c9
commit 80e27cdd02
4 changed files with 22 additions and 0 deletions

View file

@ -388,6 +388,10 @@
# Note: an absolute path should be used, otherwise LLVM build will break.
#ar = "ar"
# Ranlib to be used to assemble static libraries compiled from C/C++ code.
# Note: an absolute path should be used, otherwise LLVM build will break.
#ranlib = "ranlib"
# Linker to be used to link Rust code. Note that the
# default value is platform specific, and if not specified it may also depend on
# what platform is crossing to what platform.