summaryrefslogtreecommitdiff
path: root/rules/build-package-data.mk
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-02-22 18:03:40 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-02-27 08:01:25 -0500
commitbcaa36c4277dc577863132da2f95645715e2a15e (patch)
tree87a14736dd4cbfe99951f516cb0fb6fe7556e9ef /rules/build-package-data.mk
parent5b752b1d5cd35b2bb8d828ddc038bab1ab3036c8 (diff)
downloadhaskell-bcaa36c4277dc577863132da2f95645715e2a15e.tar.gz
Fix Windows build with autoconf >=2.70 (#19189)
Diffstat (limited to 'rules/build-package-data.mk')
-rw-r--r--rules/build-package-data.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/build-package-data.mk b/rules/build-package-data.mk
index e2a98082d2..b4bb84cb47 100644
--- a/rules/build-package-data.mk
+++ b/rules/build-package-data.mk
@@ -109,9 +109,7 @@ ifneq "$$(CURSES_LIB_DIRS)" ""
$1_$2_CONFIGURE_OPTS += --configure-option=--with-curses-libraries="$$(CURSES_LIB_DIRS)"
endif
-ifeq "$$(CrossCompiling)" "YES"
$1_$2_CONFIGURE_OPTS += --configure-option=--host=$(TargetPlatformFull)
-endif
ifeq "$3" "0"
$1_$2_CONFIGURE_OPTS += $$(BOOT_PKG_CONSTRAINTS)