summaryrefslogtreecommitdiffstats
path: root/package/glibc
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2013-10-06 10:27:46 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-06 20:48:15 +0200
commit0148cdd4dff1d34d4134b109d72fcc0f5e727de8 (patch)
tree570a7f00b374da91524b6af525b77a773e4bb6b9 /package/glibc
parent19b4a6f4e08fdf7b698e4be735328cb69c40020d (diff)
downloadbuildroot-0148cdd4dff1d34d4134b109d72fcc0f5e727de8.tar.gz
buildroot-0148cdd4dff1d34d4134b109d72fcc0f5e727de8.zip
Fix glibc dependency to gcc-intermediate
In commit ebc81933, we reverted 2babed4a, but meanwhile eglibc/ was renamed glibc/ so rules eglibc-build must be renamed glibc-build to correctly work. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/glibc')
-rw-r--r--package/glibc/glibc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk
index 998bd0f3b8..48ff0f72c7 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
OpenPOWER on IntegriCloud