diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-02 17:20:12 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-04-04 12:02:20 +0200 |
commit | 9d39346d0414bb376a5bf04af11c6e67ac218367 (patch) | |
tree | d2217cf7edc5c6c4ef6b211f37f36723b68078c4 /etc/defaults/CC | |
parent | a82d2a83e87eee8bb4e0025582bc4afed1a9b332 (diff) | |
download | bootstrappable-toolchain-9d39346d0414bb376a5bf04af11c6e67ac218367.tar.gz |
tools: Use mimalloc.o for statically linked tools
Diffstat (limited to 'etc/defaults/CC')
-rw-r--r-- | etc/defaults/CC/tools.TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/CC/tools.TARGETS b/etc/defaults/CC/tools.TARGETS index 4b74449..08eb7b0 100644 --- a/etc/defaults/CC/tools.TARGETS +++ b/etc/defaults/CC/tools.TARGETS @@ -3,7 +3,7 @@ , "CC": ["gcc/bin/gcc"] , "CXX": ["gcc/bin/g++"] , "AR": ["gcc/bin/ar"] - , "LDFLAGS": ["-static"] + , "LDFLAGS": ["-static", "-l:mimalloc.o"] , "toolchain": ["staged-gcc"] , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"] } |