chore: apply mold fixes for #1496, #1497

This commit is contained in:
Marcus Holland-Moritz 2025-08-12 09:08:27 +02:00
parent a7dab43e6e
commit a3574db21c

View File

@ -11,6 +11,8 @@ MOLD_VERSION=2.40.3
fetch.sh https://github.com/rui314/mold/archive/refs/tags/v${MOLD_VERSION}.tar.gz mold-${MOLD_VERSION}.tar.gz
tar xf mold-${MOLD_VERSION}.tar.gz
cd mold-${MOLD_VERSION}
fetch.sh https://github.com/rui314/mold/commit/d9b20a158097a376154cb692f607edbe7a823338.diff - | patch -p1
fetch.sh https://github.com/rui314/mold/commit/7e0b728378ffca93c39666d128fe280cdd81d895.diff - | patch -p1
mkdir build
cd build