Fix Image Builder building - added missing /bin dir to toolchain Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

SVN-Revision: 15681
owl
Jo-Philipp Wich 2009-05-07 13:48:23 +00:00
parent 0230efcb0f
commit bc3538d2d2
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ endef
define Host/Install
$(UCLIBC_MAKE) PREFIX= utils
$(INSTALL_DIR) $(TOOLCHAIN_DIR)/bin
$(INSTALL_DIR) $(TOOLCHAIN_DIR)/usr/bin
$(INSTALL_BIN) \
$(HOST_BUILD_DIR)/utils/ldd \