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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2013-10-08 20:16:58 +02:00 committed by Peter Korsgaard
parent 637421c51f
commit d8664dd438

View file

@ -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 # Before (e)glibc is configured, we must have the first stage
# cross-compiler and the kernel headers # cross-compiler and the kernel headers
GLIBC_DEPENDENCIES = host-gcc-initial linux-headers GLIBC_DEPENDENCIES = host-gcc-initial linux-headers host-gawk
# eglibc also needs host-gawk
ifeq ($(BR2_TOOLCHAIN_BUILDROOT_EGLIBC),y)
GLIBC_DEPENDENCIES += host-gawk
endif
# Before (e)glibc is built, we must have the second stage cross-compiler # Before (e)glibc is built, we must have the second stage cross-compiler
glibc-build: host-gcc-intermediate glibc-build: host-gcc-intermediate