diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-13 11:58:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-13 11:58:54 +0200 |
commit | 237c680589a79b8c4974a1e529bdd34c285eb250 (patch) | |
tree | e8a406e3b660c601dc5d93dd5182c5723b0022c4 /toolchain/eglibc/Makefile | |
parent | 587a2d47a7efb8ef87e587f2e025b3f9929c6509 (diff) |
update to eglibc 2.17
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 0961e7bca..58e8e4d72 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -26,8 +26,6 @@ ifeq ($(ADK_TARGET_WITH_MULTILIB),y) $(WRKBUILD)/.headers_configure: for abi in $(TABI); do \ mkdir -p $(EGLIBC_BUILD_DIR_INITIAL)-$${abi/*:/}; \ - (cd ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION); \ - ln -sf ../ports ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION)/libc); \ $(CP) ${TOPDIR}/toolchain/eglibc/eglibc.config \ $(EGLIBC_BUILD_DIR_INITIAL)-$${abi/*:/}/option-groups.config; \ (cd $(EGLIBC_BUILD_DIR_INITIAL)-$${abi/*:/}; \ @@ -56,8 +54,6 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure else $(WRKBUILD)/.headers_configure: mkdir -p $(EGLIBC_BUILD_DIR_INITIAL) - (cd ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION); \ - ln -sf ../ports ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION)/libc); $(CP) ${TOPDIR}/toolchain/eglibc/eglibc.config \ $(EGLIBC_BUILD_DIR_INITIAL)/option-groups.config (cd $(EGLIBC_BUILD_DIR_INITIAL); \ |