summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-30 16:59:50 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-30 16:59:50 +0100
commit65efe378a78c154ca65fbe7e1938f13966c7f714 (patch)
tree44c90fd46e6d33ee24976496871bd2c8ace3aab8
parent481f659044c769be4a9f01e001228b2371456827 (diff)
downloadembtoolkit-65efe378a78c154ca65fbe7e1938f13966c7f714.tar.gz
embtoolkit-65efe378a78c154ca65fbe7e1938f13966c7f714.tar.bz2
embtoolkit-65efe378a78c154ca65fbe7e1938f13966c7f714.tar.xz
Toolchain: eglibc: fix build error introduced in the v1.1.0
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/eglibc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index fab3087..469f61d 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -93,6 +93,8 @@ endef
define __embtk_install_eglibc_headers
$(call embtk_pinfo,"Installing eglibc headers...")
$(call embtk_download_pkg,eglibc)
+ [ -e $(EGLIBC_SRC_DIR)/libc/ports ] || \
+ ln -sf $(EGLIBC_SRC_DIR)/ports $(EGLIBC_SRC_DIR)/libc/ports
$(embtk_parse_eglibc_optgroups)
$(embtk_configure_eglibc_headers)
$(MAKE) -C $(EGLIBC_HEADERS_BUILD_DIR) install-headers \