Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2011.02/multilib-fix
@ 2010-12-21 12:49 Thomas Petazzoni
  2010-12-21 12:49 ` [Buildroot] [PATCH 1/1] toolchain: fix multilib symlink for external toolchains Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-21 12:49 UTC (permalink / raw)
  To: buildroot

The following changes since commit 11ab05f53a16f635a27139b33170a9dadba9f3c5:
  Peter Korsgaard (1):
        qt: svg and multimedia modules depends on gui module as well

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot for-2011.02/multilib-fix

Thomas Petazzoni (1):
      toolchain: fix multilib symlink for external toolchains

 toolchain/helpers.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Thanks,
-- 
Thomas Petazzoni

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

* [Buildroot] [PATCH 1/1] toolchain: fix multilib symlink for external toolchains
  2010-12-21 12:49 [Buildroot] [pull request] Pull request for branch for-2011.02/multilib-fix Thomas Petazzoni
@ 2010-12-21 12:49 ` Thomas Petazzoni
  2010-12-21 12:57   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-21 12:49 UTC (permalink / raw)
  To: buildroot

ARCH_SUBDIR is a shell variable, so it should be referenced with
$${ARCH_SUBDIR}. Without this, no symbolic link is created, and the
external toolchain fails to work if the non-default multilib variant
is used.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/helpers.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 9b37f3f..eb9d742 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -96,7 +96,7 @@ copy_toolchain_sysroot = \
 		if [ ! -d $${ARCH_SYSROOT_DIR}/usr/include ] ; then \
 			cp -a $${SYSROOT_DIR}/usr/include $(STAGING_DIR)/usr ; \
 		fi ; \
-		ln -s . $(STAGING_DIR)/$(ARCH_SUBDIR) ; \
+		ln -s . $(STAGING_DIR)/$${ARCH_SUBDIR} ; \
 	fi ; \
 	find $(STAGING_DIR) -type d | xargs chmod 755
 
-- 
1.7.0.4

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

* [Buildroot] [PATCH 1/1] toolchain: fix multilib symlink for external toolchains
  2010-12-21 12:49 ` [Buildroot] [PATCH 1/1] toolchain: fix multilib symlink for external toolchains Thomas Petazzoni
@ 2010-12-21 12:57   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-12-21 12:57 UTC (permalink / raw)
  To: buildroot

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

 Thomas> ARCH_SUBDIR is a shell variable, so it should be referenced with
 Thomas> $${ARCH_SUBDIR}. Without this, no symbolic link is created, and the
 Thomas> external toolchain fails to work if the non-default multilib variant
 Thomas> is used.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2010-12-21 12:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21 12:49 [Buildroot] [pull request] Pull request for branch for-2011.02/multilib-fix Thomas Petazzoni
2010-12-21 12:49 ` [Buildroot] [PATCH 1/1] toolchain: fix multilib symlink for external toolchains Thomas Petazzoni
2010-12-21 12:57   ` Peter Korsgaard

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