summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-python3.make6
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/host-python3.make b/rules/host-python3.make
index e4f36667d..e651bdb45 100644
--- a/rules/host-python3.make
+++ b/rules/host-python3.make
@@ -24,7 +24,11 @@ HOST_PYTHON3_DIR = $(HOST_BUILDDIR)/$(PYTHON3)
# ----------------------------------------------------------------------------
HOST_PYTHON3_PATH := PATH=$(HOST_PATH)
-HOST_PYTHON3_ENV := $(HOST_ENV)
+HOST_PYTHON3_ENV := \
+ $(HOST_ENV) \
+ ac_sys_system=Linux \
+ ac_sys_release=2 \
+ MACHDEP=linux2
#
# autoconf