From 56b1c8299399e8a4749697d8a73c603c9e8bbc9d Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Thu, 10 Jun 2010 21:11:18 +0200 Subject: make hsot and cross tools work with ptxdist-2010.05.x Signed-off-by: Marc Kleine-Budde --- rules/cross-binutils.make | 1 + rules/host-gmp.make | 1 + rules/host-mpfr.make | 1 + 3 files changed, 3 insertions(+) diff --git a/rules/cross-binutils.make b/rules/cross-binutils.make index 25eeec8..a4ac05a 100644 --- a/rules/cross-binutils.make +++ b/rules/cross-binutils.make @@ -54,6 +54,7 @@ $(STATEDIR)/cross-binutils.extract: CROSS_BINUTILS_PATH := PATH=$(CROSS_PATH) CROSS_BINUTILS_ENV := $(PTX_HOST_CROSS_ENV) +CROSS_BINUTILS_DEVPKG := NO # # autoconf diff --git a/rules/host-gmp.make b/rules/host-gmp.make index 878e71d..7fd4ddf 100644 --- a/rules/host-gmp.make +++ b/rules/host-gmp.make @@ -38,6 +38,7 @@ $(HOST_GMP_SOURCE): HOST_GMP_PATH := PATH=$(HOST_PATH) HOST_GMP_ENV := $(PTX_HOST_ENV) +HOST_GMP_DEVPKG := NO # # autoconf diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make index e636433..25c7fd4 100644 --- a/rules/host-mpfr.make +++ b/rules/host-mpfr.make @@ -52,6 +52,7 @@ $(STATEDIR)/host-mpfr.extract: HOST_MPFR_PATH := PATH=$(HOST_PATH) HOST_MPFR_ENV := $(PTX_HOST_ENV) +HOST_MPFR_DEVPKG:= NO # # autoconf -- cgit v1.2.3