diff options
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/glibc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk index db9b46b55c..7adfa94bbf 100644 --- a/package/glibc/glibc.mk +++ b/package/glibc/glibc.mk @@ -15,7 +15,7 @@ GLIBC_LICENSE_FILES = $(addprefix $(GLIBC_SRC_SUBDIR)/,COPYING COPYING.LIB LICEN # glibc is part of the toolchain so disable the toolchain dependency GLIBC_ADD_TOOLCHAIN_DEPENDENCY = NO -# Before (e)glibc is configured, we must have the first stage +# Before glibc is configured, we must have the first stage # cross-compiler and the kernel headers GLIBC_DEPENDENCIES = host-gcc-initial linux-headers host-gawk |