summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--mk/gmphost.mk2
-rw-r--r--mk/mpfrhost.mk2
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