summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 22:29:09 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 22:29:09 +0200
commitacb5906b5cc11efce590f72095dd8ff6e601aaa6 (patch)
tree19768a67bda44273974b06064f258dc932525e75
parent043f1095fcd292a19f9d518aa2d9fc863fd1f897 (diff)
downloadembtoolkit-acb5906b5cc11efce590f72095dd8ff6e601aaa6.tar.gz
embtoolkit-acb5906b5cc11efce590f72095dd8ff6e601aaa6.tar.bz2
embtoolkit-acb5906b5cc11efce590f72095dd8ff6e601aaa6.tar.xz
Toolchain: eglibc: re-enable lost svn repository issue
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/eglibc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index 078c282..b19ec0d 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -108,6 +108,7 @@ endef
define __embtk_install_eglibc_headers
$(call embtk_pinfo,"Installing eglibc headers...")
$(call embtk_download_pkg,eglibc)
+ touch `find $(EGLIBC_SRC_DIR) -name configure`
$(embtk_parse_eglibc_optgroups)
$(embtk_configure_eglibc_headers)
$(MAKE) -C $(EGLIBC_HEADERS_BUILD_DIR) install-headers \