summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/cross-gcc-first.make2
-rw-r--r--rules/cross-gcc.make2
-rw-r--r--rules/glibc.make1
3 files changed, 3 insertions, 2 deletions
diff --git a/rules/cross-gcc-first.make b/rules/cross-gcc-first.make
index db2efbe..1a88566 100644
--- a/rules/cross-gcc-first.make
+++ b/rules/cross-gcc-first.make
@@ -40,7 +40,7 @@ $(STATEDIR)/cross-gcc-first.extract: $(STATEDIR)/cross-gcc.extract
# ----------------------------------------------------------------------------
CROSS_GCC_FIRST_PATH := PATH=$(CROSS_PATH)
-CROSS_GCC_FIRST_ENV := $(PTX_HOST_ENV)
+CROSS_GCC_FIRST_ENV := $(PTX_HOST_ENV) MAKEINFO=:
#
# autoconf
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 23438cc..ec56fff 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -61,7 +61,7 @@ endif
# ----------------------------------------------------------------------------
CROSS_GCC_PATH := PATH=$(CROSS_PATH)
-CROSS_GCC_ENV := $(PTX_HOST_ENV)
+CROSS_GCC_ENV := $(PTX_HOST_ENV) MAKEINFO=:
#
# autoconf
diff --git a/rules/glibc.make b/rules/glibc.make
index dfc3e84..333b372 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -73,6 +73,7 @@ GLIBC_PATH := PATH=$(CROSS_PATH)
GLIBC_ENV := \
CC=$(CROSS_CC) \
BUILD_CC=$(HOSTCC) \
+ MAKEINFO=: \
ac_cv_sizeof_long_double=$(PTXCONF_SIZEOF_LONG_DOUBLE)