external toolchain: add $(HOST_DIR)/bin to TARGET_PATH
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 17 Jul 2009 15:23:44 +0000 (17:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 17 Jul 2009 15:23:44 +0000 (17:23 +0200)
commitb5d6f341c5196e9fdc86e29571c5cdae060b47a9
tree48509b9309626c84e6943e23209fd1d43980be32
parentea536503331aea875e84ae598b4610fbd059f167
external toolchain: add $(HOST_DIR)/bin to TARGET_PATH

Since the move of many host binaries to $(HOST_DIR), the TARGET_PATH
for internal toolchain had been changed to include $(HOST_DIR)/bin and
$(HOST_DIR)/usr/bin, but this change was not reflected to the
TARGET_PATH used in external toolchain configuration. This patches
fixes this.

We also remove $(STAGING_DIR)/bin and $(STAGING_DIR)/usr/bin from the
TARGET_PATH in external toolchain configuration, since the STAGING_DIR
is not supposed to contain host binaries.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in