summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 19:20:10 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 19:20:10 +0200
commite9d25684ef37571106117dbf72389be8d3c581bc (patch)
treebaab5ff5e401d74364d520ce55529a73322a7435 /mk
parent3785b76ff67f63633d390297cf8300cb846192ee (diff)
downloadembtoolkit-e9d25684ef37571106117dbf72389be8d3c581bc.tar.gz
embtoolkit-e9d25684ef37571106117dbf72389be8d3c581bc.tar.bz2
embtoolkit-e9d25684ef37571106117dbf72389be8d3c581bc.tar.xz
Toolhcain: eglibc: use EMBTK_BUGURL for --with-bugurl
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/eglibc.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index cf0adb7..576e2aa 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -107,7 +107,7 @@ $(EGLIBC_HEADERS_BUILD_DIR)/.configured:
--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 \
- --with-bugurl="http://www.embtoolkit.org/issues/projects/embtoolkit"
+ --with-bugurl=$(EMBTK_BUGURL)
@touch $@
$(EGLIBC_BUILD_DIR)/.installed: $(EGLIBC_BUILD_DIR)/.configured
@@ -130,8 +130,7 @@ $(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="http://www.embtoolkit.org/issues/projects/embtoolkit"
+ --enable-kernel="2.6.0" --with-bugurl=$(EMBTK_BUGURL)
@touch $@
EGLIBC_OPTIONS_PARSE: