summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 15:41:33 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 15:41:33 +0200
commit23fe572fbf3733afc56dcab007fdc5237fcd183f (patch)
tree7538a7a21855c480a1cb73dc5240b315efb64ae5 /mk
parent4e778624882bacf742c3f0593ddb98a0483ba723 (diff)
downloadembtoolkit-23fe572fbf3733afc56dcab007fdc5237fcd183f.tar.gz
embtoolkit-23fe572fbf3733afc56dcab007fdc5237fcd183f.tar.bz2
embtoolkit-23fe572fbf3733afc56dcab007fdc5237fcd183f.tar.xz
Toolchain: eglibc: set bug url
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/eglibc.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index 79111d7..cf0adb7 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -106,7 +106,8 @@ $(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" --disable-versioning
+ --enable-kernel="2.6.0" --disable-versioning \
+ --with-bugurl="http://www.embtoolkit.org/issues/projects/embtoolkit"
@touch $@
$(EGLIBC_BUILD_DIR)/.installed: $(EGLIBC_BUILD_DIR)/.configured
@@ -129,7 +130,8 @@ $(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"
+ --enable-kernel="2.6.0" \
+ --with-bugurl="http://www.embtoolkit.org/issues/projects/embtoolkit"
@touch $@
EGLIBC_OPTIONS_PARSE: