summaryrefslogtreecommitdiff
path: root/mk/eglibc.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-17 20:53:24 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-17 20:53:24 +0200
commit9adb7222d432f6736571ceedbc1e85a5e88a20d8 (patch)
treefbc89715ede0b7e8054459c7eca26ae98fec3329 /mk/eglibc.mk
parent1f1f179b8dd9932d8b86789f74e46ccd4ba96217 (diff)
downloadembtoolkit-9adb7222d432f6736571ceedbc1e85a5e88a20d8.tar.gz
embtoolkit-9adb7222d432f6736571ceedbc1e85a5e88a20d8.tar.bz2
embtoolkit-9adb7222d432f6736571ceedbc1e85a5e88a20d8.tar.xz
Remove --disable-nls as note documented by eglibc configure
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/eglibc.mk')
-rw-r--r--mk/eglibc.mk4
1 files 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 $@