Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] uclibc: depend on gcc_intermediate rather than $(gcc_intermediate)
@ 2012-09-06 16:11 Raúl Sánchez Siles
  0 siblings, 0 replies; only message in thread
From: Raúl Sánchez Siles @ 2012-09-06 16:11 UTC (permalink / raw)
  To: buildroot

gcc_intermediate correctly manages GCC_HOST_PREREQ, unlike $(gcc_intermediate)
which fails due to unsatisfied dependencies.

Signed-off-by: Ra?l S?nchez Siles <rasasi78@gmail.com>
---
 toolchain/uClibc/uclibc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index 534550a..3113f2f 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -496,7 +496,7 @@ UCLIBC_TARGETS+=uclibc-test
 endif
 endif
 
-uclibc: $(gcc_intermediate) $(STAGING_DIR)/usr/lib/libc.a $(UCLIBC_TARGETS)
+uclibc: gcc_intermediate $(STAGING_DIR)/usr/lib/libc.a $(UCLIBC_TARGETS)
 
 uclibc-source: $(DL_DIR)/$(UCLIBC_SOURCE)
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-06 16:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 16:11 [Buildroot] [PATCH] uclibc: depend on gcc_intermediate rather than $(gcc_intermediate) Raúl Sánchez Siles

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