1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 09:57:18 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Rui Ueyama
cce738c9d5 Add mimalloc as a git submodule
This change adds mimalloc as a git submodule so that `make` doesn't
try to clone mimalloc repo. This change should allow building mold
with the nix package manager, which doesn't provide network access
while building.

This change may conflict with a local `mimalloc` directory. If you
already have checked out mold and `mimalloc` directory exists in the
mold directory, you may need to remove it by `rm -r mimalloc` before
running `make`.

Requested by David Yamnitsky.

Fixes https://github.com/rui314/mold/issues/50
2021-06-10 13:20:43 +09:00
Rui Ueyama
712eab03d8 Add a script to build programs with mold using Docker 2021-05-25 15:41:51 +09:00
Rui Ueyama
2e73024e18 Do not assume that the main directory is a git checkout 2021-05-21 13:58:59 +09:00
Rui Ueyama
effadb0296 Update build procedure 2021-05-18 16:57:54 +09:00
Rui Ueyama
e75708056e Add -run 2021-03-25 17:05:05 +09:00
Rui Ueyama
d723668a74 Update README 2021-03-24 18:58:11 +09:00
Rui Ueyama
cf22ce3f9a temporary 2020-12-11 22:15:42 +09:00
Rui Ueyama
9684ea349a temporary 2020-11-12 21:08:55 +09:00
Rui Ueyama
058e9d3469 temporary 2020-10-22 15:24:54 +09:00
Rui Ueyama
b17862f822 Rename chibild mold 2020-10-20 15:04:18 +09:00
Rui Ueyama
38b7a31671 temporary 2020-10-20 15:04:18 +09:00
Rui Ueyama
f8a1ec959a Rename catld chibild 2020-10-20 15:04:18 +09:00
Rui Ueyama
bf00d9cb0d temporary 2020-10-20 15:04:18 +09:00
Rui Ueyama
4ea8f993ea Add an empty project 2020-10-20 15:04:18 +09:00