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/gmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/gmp') diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index fbc8687e0..7b805beea 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -14,7 +14,6 @@ ifeq (${ARCH_FOR_BUILD},x32) GMP_CONFOPTS+= ABI=x32 endif -$(WRKBUILD)/.headers: $(WRKBUILD)/.configured: ifneq ($(OStype),Darwin) (cd $(WRKBUILD); cp configfsf.guess config.guess) @@ -30,7 +29,8 @@ endif touch $@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured - env PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" $(MAKE) ${GMP_MAKEOPTS} -C $(WRKBUILD) all + env PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" \ + $(MAKE) ${GMP_MAKEOPTS} -C $(WRKBUILD) all touch $@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled -- cgit v1.2.3