about summary refs log tree commit diff
path: root/src/bootstrap/dylib_util.rs
AgeCommit message (Collapse)AuthorLines
2023-10-17move bootstrap utils into bootstrap/src/utils moduleonur-ozkan-30/+0
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2023-03-23LIBPATH is used as dylib's path environment variable on AIXKai Luo-0/+2
2022-01-01Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn3-0/+28
This slightly improves compilation time by reducing linking time (saving about a 1/10 of the the total compilation time after changing rustbuild) and slightly reduces disk usage (from 16MB for the rustc wrapper to 4MB).