Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] FW: [PATCH] external toolchain: use relative path to external toolchain.
@ 2014-02-23  8:29 Noam Camus
  2014-03-04 22:29 ` Yann E. MORIN
  2014-04-20  9:12 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Noam Camus @ 2014-02-23  8:29 UTC (permalink / raw)
  To: buildroot

Now configuration may include relative path to external toolchain.

Signed-off-by: Noam Camus <noamc@ezchip.com>
---
 toolchain/toolchain-external/toolchain-external.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
index a7bfafc..46f33a9 100644
--- a/toolchain/toolchain-external/toolchain-external.mk
+++ b/toolchain/toolchain-external/toolchain-external.mk
@@ -131,7 +131,7 @@ TOOLCHAIN_EXTERNAL_PREFIX=$(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PREFIX))
 ifeq ($(BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD),y)
 TOOLCHAIN_EXTERNAL_INSTALL_DIR=$(HOST_DIR)/opt/ext-toolchain
 else
-TOOLCHAIN_EXTERNAL_INSTALL_DIR=$(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PATH))
+TOOLCHAIN_EXTERNAL_INSTALL_DIR=$(abspath $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PATH)))
 endif
 
 ifeq ($(TOOLCHAIN_EXTERNAL_INSTALL_DIR),)
-- 
1.7.1

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

end of thread, other threads:[~2014-04-20  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23  8:29 [Buildroot] FW: [PATCH] external toolchain: use relative path to external toolchain Noam Camus
2014-03-04 22:29 ` Yann E. MORIN
2014-04-20  9:12 ` Thomas Petazzoni

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