diff options
| author | Robert Marko | 2025-05-21 09:15:21 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-21 12:47:11 +0000 |
| commit | df52612351a6a3a886ce63c6b86f4d1dac3d3de8 (patch) | |
| tree | 0c63cb431be494cb5fe43999b3d8899c33ae3a44 | |
| parent | c1b36bd32a8d536d45e01af4bfe10f596c4c2097 (diff) | |
| download | openwrt-df52612351a6a3a886ce63c6b86f4d1dac3d3de8.tar.gz | |
mold: update to 2.39.1
Update to latest mold linker version 2.39.1.
Link: https://github.com/openwrt/openwrt/pull/18865
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | tools/mold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mold/Makefile b/tools/mold/Makefile index a2da6ebc92..d45b066cbd 100644 --- a/tools/mold/Makefile +++ b/tools/mold/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mold -PKG_VERSION:=2.38.1 +PKG_VERSION:=2.39.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL_FILE:=v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/rui314/mold/archive/refs/tags -PKG_HASH:=14bfb259fd7d0a1fdce9b66f8ed2dd0b134d15019cb359699646afeee1f18118 +PKG_HASH:=231ea3643a14fe5b88478c97b68b31f7c975b57b247a81356ffd889d015b5cc1 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk |