From d8664dd43853ee744eb5eefdc48f72750000c1aa Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 8 Oct 2013 20:16:58 +0200 Subject: [PATCH] glibc: both eglibc and glibc need host-gawk Until now, only the eglibc build was pulling host-gawk as a dependency, but after more testing, it turns out that the glibc build also requires host-gawk. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/glibc/glibc.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk index 48ff0f72c7..a9e89f15b8 100644 --- a/package/glibc/glibc.mk +++ b/package/glibc/glibc.mk @@ -21,12 +21,7 @@ GLIBC_LICENSE_FILES = $(addprefix $(GLIBC_SRC_SUBDIR)/,COPYING COPYING.LIB LICEN # Before (e)glibc is configured, we must have the first stage # cross-compiler and the kernel headers -GLIBC_DEPENDENCIES = host-gcc-initial linux-headers - -# eglibc also needs host-gawk -ifeq ($(BR2_TOOLCHAIN_BUILDROOT_EGLIBC),y) -GLIBC_DEPENDENCIES += host-gawk -endif +GLIBC_DEPENDENCIES = host-gcc-initial linux-headers host-gawk # Before (e)glibc is built, we must have the second stage cross-compiler glibc-build: host-gcc-intermediate