summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-06-06 12:00:04 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-06-06 12:00:04 +0200
commita52d59bde94cb15e572e5de090673fe1b2073f32 (patch)
tree9d760966a472f5bde22f5bf28772eb4bebefe7fb
parent153e5fe7f51eb1005c61d00abd4e5499f87a3127 (diff)
downloadembtoolkit-a52d59bde94cb15e572e5de090673fe1b2073f32.tar.gz
embtoolkit-a52d59bde94cb15e572e5de090673fe1b2073f32.tar.bz2
embtoolkit-a52d59bde94cb15e572e5de090673fe1b2073f32.tar.xz
Toolchain: eglibc: disable versioning and set pkgversion string
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/eglibc.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index 576e2aa..76b99f9 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -130,7 +130,9 @@ $(EGLIBC_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" --with-bugurl=$(EMBTK_BUGURL)
+ --enable-kernel="2.6.0" --disable-versioning \
+ --with-bugurl=$(EMBTK_BUGURL) \
+ --with-pkgversion="EGLIBC from embtoolkit-$(EMBTK_VERSION)"
@touch $@
EGLIBC_OPTIONS_PARSE: