diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-02 17:19:29 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-04 12:02:20 +0200 |
commit | a82d2a83e87eee8bb4e0025582bc4afed1a9b332 (patch) | |
tree | a53ed737038a0f27c96494e76338c90473756b9f /etc | |
parent | 231b991edcf3853486e613c8c6fad0981a4af272 (diff) | |
download | bootstrappable-toolchain-a82d2a83e87eee8bb4e0025582bc4afed1a9b332.tar.gz |
musl-gcc: Ship mimalloc.o with musl GCCs
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json index 090d101..d7bf9b6 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -200,6 +200,17 @@ , "target_root": "imports" , "target_file_name": "files.TARGETS" } + , "imports/mimalloc-2.1.2": + { "repository": + { "type": "archive" + , "content": "da9d9ced476e35074380f3e240b59970dc443cd8" + , "fetch": "https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.2.tar.gz" + , "sha256": "2b1bff6f717f9725c70bf8d79e4786da13de8a270059e4ba0bdd262ae7be46eb" + , "subdir": "mimalloc-2.1.2" + } + , "target_root": "imports" + , "target_file_name": "files.TARGETS" + } , "imports/boringssl": { "repository": { "type": "archive" @@ -334,6 +345,7 @@ , "mpc": "imports/mpc-1.3.1" , "mpfr": "imports/mpfr-4.2.1" , "gcc": "compilers/gcc-13.2.0-native" + , "mimalloc": "imports/mimalloc-2.1.2" } } , "compilers/gcc-13.2.0-musl-static": |