summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-01 11:11:44 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-01 11:11:44 +0200
commit2166c4f0a421da5913cbc31cd7d5656b8df1e80b (patch)
treef95b527f6400c51a2beda719c678f608e93d7bd4 /mk
parent8b2bf3edb1476fa4698c480fb76f766dcdb60dff (diff)
downloadembtoolkit-2166c4f0a421da5913cbc31cd7d5656b8df1e80b.tar.gz
embtoolkit-2166c4f0a421da5913cbc31cd7d5656b8df1e80b.tar.bz2
embtoolkit-2166c4f0a421da5913cbc31cd7d5656b8df1e80b.tar.xz
Toolchain: eglibc: disable version by default to reduce footprint
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/eglibc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index 056de80..a561116 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -93,7 +93,7 @@ $(EGLIBC_HEADERS_BUILD_DIR)/.configured:
--with-headers=$(SYSROOT)/usr/include \
--host=$(STRICT_GNU_TARGET) --build=$(HOST_BUILD) $(EGLIBC_FLOAT_TYPE) \
--disable-profile --without-gd --without-cvs --enable-add-ons \
- --enable-kernel="2.6.0"
+ --enable-kernel="2.6.0" --disable-versioning
@touch $@
$(EGLIBC_BUILD_DIR)/.installed: $(EGLIBC_BUILD_DIR)/.configured