]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/mold: remove static only dependencies 18881/head
authorRosen Penev <rosenp@gmail.com>
Tue, 20 May 2025 22:06:33 +0000 (15:06 -0700)
committerRobert Marko <robimarko@gmail.com>
Sat, 24 May 2025 09:25:29 +0000 (11:25 +0200)
commit54c7538476e08df0635fdd1a2153c77c36a201c8
tree30d8a958c148744369c36fe642215598f674991c
parent08a5add864033330029ee62eed2cdb206f7edffb
tools/mold: remove static only dependencies

It seems that MOLD_MOSTLY_STATIC was required before to avoid packaging
every single dependency. But nowadays, mold uses whatever dependency it
can find and builds its own if it cannot.

Saves a small amount of compilation time.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18881
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/mold/Makefile