From ec7db5b2d27097f41c851d6f5715cdd8ebe23a1c Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 4 Jun 2009 22:12:41 +0200 Subject: Toolchain: move mpfr-host and gmp-host in host-tools This patch moves mpfr-host and gmp-host in host-tools. It also add host-tools in main .gitignore file. Signed-off-by: Abdoulaye Walsimou Gaye --- .gitignore | 1 + mk/gmphost.mk | 2 +- mk/mpfrhost.mk | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7b00060..6520854 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ tools_build-* tools-* .fakeroot* dl/* +host-tools/ diff --git a/mk/gmphost.mk b/mk/gmphost.mk index 8383aaf..cecb72c 100644 --- a/mk/gmphost.mk +++ b/mk/gmphost.mk @@ -26,7 +26,7 @@ GMP_HOST_VERSION := $(subst ",,$(strip $(CONFIG_EMBTK_GMP_HOST_VERSION_STRING))) GMP_HOST_SITE := ftp://ftp.gmplib.org/pub/gmp-$(GMP_HOST_VERSION) GMP_HOST_PACKAGE := gmp-$(GMP_HOST_VERSION).tar.bz2 GMP_HOST_BUILD_DIR := $(TOOLS_BUILD)/gmp -GMP_HOST_DIR := $(TOOLS_BUILD)/gmp-host +GMP_HOST_DIR := $(HOSTTOOLS)/gmp-host export GMP_HOST_DIR diff --git a/mk/mpfrhost.mk b/mk/mpfrhost.mk index 2680454..dbbe690 100644 --- a/mk/mpfrhost.mk +++ b/mk/mpfrhost.mk @@ -26,7 +26,7 @@ MPFR_HOST_VERSION := $(subst ",,$(strip $(CONFIG_EMBTK_MPFR_HOST_VERSION_STRING) MPFR_HOST_SITE := http://www.mpfr.org/mpfr-$(MPFR_HOST_VERSION) MPFR_HOST_PACKAGE := mpfr-$(MPFR_HOST_VERSION).tar.bz2 MPFR_HOST_BUILD_DIR := $(TOOLS_BUILD)/mpfr -MPFR_HOST_DIR := $(TOOLS_BUILD)/mpfr-host +MPFR_HOST_DIR := $(HOSTTOOLS)/mpfr-host export MPFR_HOST_DIR -- cgit v1.2.3