ucode: update to Git HEAD (2024-02-21)
[openwrt/staging/jow.git] / toolchain / mold / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5 include $(TOPDIR)/rules.mk
6 include $(INCLUDE_DIR)/toolchain-build.mk
7
8 define Host/Configure
9 endef
10
11 define Host/Compile
12 endef
13
14 define Host/Install
15 $(INSTALL_DIR) $(TOOLCHAIN_DIR)/bin
16 $(INSTALL_BIN) $(STAGING_DIR_HOST)/bin/mold $(TOOLCHAIN_DIR)/bin/$(REAL_GNU_TARGET_NAME)-ld.mold
17 endef
18
19 define Host/Clean
20 endef
21
22 $(eval $(call HostBuild))