[Buildroot] [PATCH] Fix glibc dependency to gcc-intermediate

Jérôme Pouiller jezz at sysmic.org
Sun Oct 6 08:27:46 UTC 2013


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 at 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



More information about the buildroot mailing list