From d83df882620ce3fb6a4a02dc2875c96471b59d89 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 6 Dec 2015 17:29:01 +0100 Subject: install config.sub and config.guess always We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection. --- toolchain/libelf/Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'toolchain/libelf') diff --git a/toolchain/libelf/Makefile b/toolchain/libelf/Makefile index 4d1b81164..c1be5c400 100644 --- a/toolchain/libelf/Makefile +++ b/toolchain/libelf/Makefile @@ -10,19 +10,7 @@ ifeq (${ADK_MAKE_PARALLEL},y) LIBELF_MAKEOPTS+= -j${ADK_MAKE_JOBS} endif -$(WRKBUILD)/.headers: $(WRKBUILD)/.configured: - @cd ${WRKBUILD}; \ - for i in $$(find . -name config.sub);do \ - if [ -f $$i ]; then \ - ${CP} ${SCRIPT_DIR}/config.sub $$i; \ - fi; \ - done; \ - for i in $$(find . -name config.guess);do \ - if [ -f $$i ]; then \ - ${CP} ${SCRIPT_DIR}/config.guess $$i; \ - fi; \ - done; (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ --prefix=$(STAGING_HOST_DIR)/usr \ -- cgit v1.2.3