Skip to content
Snippets Groups Projects
Commit 7935ab6e authored by jow's avatar jow
Browse files

toolchain: use file_copy to install the initial gcc files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34440 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 9af59dcf
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,7 @@ define Host/Install
)
$(call FixupLibdir,$(TOOLCHAIN_DIR)/initial)
$(CP) $(TOOLCHAIN_DIR)/initial/. $(TOOLCHAIN_DIR)/
$$(call file_copy,$(TOOLCHAIN_DIR)/initial/.,$(TOOLCHAIN_DIR)/)
endef
$(eval $(call HostBuild))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment