summaryrefslogtreecommitdiffstats
path: root/package/glibc/glibc.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-10-08 20:16:58 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-08 22:57:23 +0200
commitd8664dd43853ee744eb5eefdc48f72750000c1aa (patch)
tree432d5f8351545a9a10740b064a7dc189d72dac7e /package/glibc/glibc.mk
parent637421c51f854414c8ecbaf047d1bddd2ac411cd (diff)
downloadbuildroot-d8664dd43853ee744eb5eefdc48f72750000c1aa.tar.gz
buildroot-d8664dd43853ee744eb5eefdc48f72750000c1aa.zip
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>
Diffstat (limited to 'package/glibc/glibc.mk')
-rw-r--r--package/glibc/glibc.mk7
1 files changed, 1 insertions, 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
OpenPOWER on IntegriCloud