From 9adb7222d432f6736571ceedbc1e85a5e88a20d8 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 17 May 2009 20:53:24 +0200 Subject: Remove --disable-nls as note documented by eglibc configure Signed-off-by: Abdoulaye Walsimou Gaye --- mk/eglibc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/eglibc.mk b/mk/eglibc.mk index 9198f79..0c54e41 100644 --- a/mk/eglibc.mk +++ b/mk/eglibc.mk @@ -71,7 +71,7 @@ $(EGLIBC_HEADERS_BUILD_DIR)/.configured: RANLIB=$(TOOLS)/bin/$(STRICT_GNU_TARGET)-ranlib \ $(TOOLS_BUILD)/eglibc-$(EGLIBC_VERSION)/libc/configure --prefix=/usr \ --with-headers=$(SYSROOT)/usr/include \ - --host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) --disable-nls \ + --host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \ --disable-profile --without-gd --without-cvs --enable-add-ons @touch $@ @@ -91,6 +91,6 @@ $(EGLIBC_BUILD_DIR)/.configured: RANLIB=$(TOOLS)/bin/$(STRICT_GNU_TARGET)-ranlib \ $(TOOLS_BUILD)/eglibc-$(EGLIBC_VERSION)/libc/configure --prefix=/usr \ --with-headers=$(SYSROOT)/usr/include \ - --host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) --disable-nls \ + --host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \ --disable-profile --without-gd --without-cvs --enable-add-ons @touch $@ -- cgit v1.2.3