diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 13:41:29 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 13:41:29 +0000 |
commit | 94914b967be27ae04cdba098d9557bbf161639c5 (patch) | |
tree | 7bb1843f0d75265653ee008c74d73c2f5c457fd5 /rules | |
parent | 5855496bcc43e0db5bbfdf7c57c01c64bc839ea6 (diff) | |
download | haskell-94914b967be27ae04cdba098d9557bbf161639c5.tar.gz |
iOS patch no 1: Select operating system; from StephenBlackheath
Diffstat (limited to 'rules')
-rw-r--r-- | rules/build-package-data.mk | 4 |
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" |