Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path
@ 2009-07-17 16:05 Thomas Petazzoni
  2009-07-17 16:05 ` [Buildroot] [PATCH 1/1] external toolchain: add $(HOST_DIR)/bin to TARGET_PATH Thomas Petazzoni
  2009-07-18  6:16 ` [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-07-17 16:05 UTC (permalink / raw)
  To: buildroot

The following changes since commit ea536503331aea875e84ae598b4610fbd059f167:
  Peter Korsgaard (1):
        ruby: needs WCHAR support in toolchain

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot ext-toolchain-target-path

Thomas Petazzoni (1):
      external toolchain: add $(HOST_DIR)/bin to TARGET_PATH

 package/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] external toolchain: add $(HOST_DIR)/bin to TARGET_PATH
  2009-07-17 16:05 [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path Thomas Petazzoni
@ 2009-07-17 16:05 ` Thomas Petazzoni
  2009-07-18  6:16 ` [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-07-17 16:05 UTC (permalink / raw)
  To: buildroot

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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Makefile.in b/package/Makefile.in
index 7daa3b4..dfe4347 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -130,7 +130,7 @@ TOOLCHAIN_EXTERNAL_PATH:=$(strip $(subst ",, $(BR2_TOOLCHAIN_EXTERNAL_PATH)))
 #"))
 #TOOL_BUILD_DIR=$(BASE_DIR)/$(TOPDIR_PREFIX)toolchain_build_$(TOOLCHAIN_EXTERNAL_PREFIX)
 TOOL_BUILD_DIR=$(BASE_DIR)/$(TOPDIR_PREFIX)toolchain_build_$(ARCH)$(COND_ARCH_FPU_SUFFIX)$(TOPDIR_SUFFIX)
-TARGET_PATH="$(STAGING_DIR)/bin:$(STAGING_DIR)/usr/bin:$(TOOL_BUILD_DIR)/bin:$(TOOLCHAIN_EXTERNAL_PATH)/bin:$(PATH)"
+TARGET_PATH="$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(TOOL_BUILD_DIR)/bin:$(TOOLCHAIN_EXTERNAL_PATH)/bin:$(PATH)"
 #IMAGE:=$(BINARIES_DIR)/$(BR2_ROOTFS_PREFIX).$(TOOLCHAIN_EXTERNAL_PREFIX)$(ROOTFS_SUFFIX)
 IMAGE:=$(BINARIES_DIR)/$(BR2_ROOTFS_PREFIX).$(ARCH)$(COND_ARCH_FPU_SUFFIX)$(ROOTFS_SUFFIX)
 
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path
  2009-07-17 16:05 [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path Thomas Petazzoni
  2009-07-17 16:05 ` [Buildroot] [PATCH 1/1] external toolchain: add $(HOST_DIR)/bin to TARGET_PATH Thomas Petazzoni
@ 2009-07-18  6:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-07-18  6:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The following changes since commit ea536503331aea875e84ae598b4610fbd059f167:
 Thomas>   Peter Korsgaard (1):
 Thomas>         ruby: needs WCHAR support in toolchain

 Thomas> are available in the git repository at:

 Thomas>   git://git.busybox.net/~tpetazzoni/git/buildroot ext-toolchain-target-path

Pulled and pushed, thanks!

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-18  6:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-17 16:05 [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path Thomas Petazzoni
2009-07-17 16:05 ` [Buildroot] [PATCH 1/1] external toolchain: add $(HOST_DIR)/bin to TARGET_PATH Thomas Petazzoni
2009-07-18  6:16 ` [Buildroot] [pull request] Pull request for branch ext-toolchain-target-path Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox