Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Fix glibc dependency to gcc-intermediate
@ 2013-10-06  8:27 Jérôme Pouiller
  2013-10-06  9:11 ` Thomas Petazzoni
  2013-10-06 18:48 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jérôme Pouiller @ 2013-10-06  8:27 UTC (permalink / raw)
  To: buildroot

In commit ebc81933, we rerverted 2babed4a, but meanwhile eglibc/ was
renamed glibc/ so rules eglibc-build muste renmaed glibc-build to
correctly work.

Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
 package/glibc/glibc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk
index 998bd0f..48ff0f7 100644
--- a/package/glibc/glibc.mk
+++ b/package/glibc/glibc.mk
@@ -29,7 +29,7 @@ GLIBC_DEPENDENCIES += host-gawk
 endif
 
 # Before (e)glibc is built, we must have the second stage cross-compiler
-eglibc-build: host-gcc-intermediate
+glibc-build: host-gcc-intermediate
 
 GLIBC_SUBDIR = build
 
-- 
1.7.9.5

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

end of thread, other threads:[~2013-10-06 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-06  8:27 [Buildroot] [PATCH] Fix glibc dependency to gcc-intermediate Jérôme Pouiller
2013-10-06  9:11 ` Thomas Petazzoni
2013-10-06 18:48 ` Peter Korsgaard

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