[Buildroot] [RFC PATCH v2 7/9] core: create relocate-sdk.sh in HOST_DIR at the end of the build

Wolfgang Grandegger wg at grandegger.com
Thu Mar 16 14:23:25 UTC 2017


Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index aea85c8..1139304 100644
--- a/Makefile
+++ b/Makefile
@@ -549,6 +549,7 @@ PACKAGES += host-patchelf
 world: target-post-image
 	@$(call MESSAGE,"Rendering the SDK relocatable")
 	$(TOPDIR)/support/scripts/fix-rpath host
+	$(TOPDIR)/support/scripts/create-sdk-relocation-script $(HOST_DIR)
 
 .PHONY: all world toolchain dirs clean distclean source outputmakefile \
 	legal-info legal-info-prepare legal-info-clean printvars help \
-- 
1.9.1



More information about the buildroot mailing list