summaryrefslogtreecommitdiff
path: root/rules/build-package-data.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-17 13:41:29 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-17 13:41:29 +0000
commit94914b967be27ae04cdba098d9557bbf161639c5 (patch)
tree7bb1843f0d75265653ee008c74d73c2f5c457fd5 /rules/build-package-data.mk
parent5855496bcc43e0db5bbfdf7c57c01c64bc839ea6 (diff)
downloadhaskell-94914b967be27ae04cdba098d9557bbf161639c5.tar.gz
iOS patch no 1: Select operating system; from StephenBlackheath
Diffstat (limited to 'rules/build-package-data.mk')
-rw-r--r--rules/build-package-data.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/build-package-data.mk b/rules/build-package-data.mk
index 7cee00b71c..767e4e181e 100644
--- a/rules/build-package-data.mk
+++ b/rules/build-package-data.mk
@@ -71,9 +71,7 @@ $1_$2_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="$$(GMP_LIB_DIRS
endif
ifeq "$$(CrossCompiling)" "YES"
-$1_$2_CONFIGURE_OPTS += --configure-option=--host=$(TARGETPLATFORM)
-# We use different platform name conventions than autoconf expects,
-# but let's hope it doesn't cause problems.
+$1_$2_CONFIGURE_OPTS += --configure-option=--host=$(TargetPlatformFull)
endif
ifeq "$3" "0"