summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-03-25 14:00:26 -0400
committerBen Gamari <ben@smart-cactus.org>2018-03-25 14:33:27 -0400
commit10566a814fc07072385fc72c25158d79f25a8a36 (patch)
tree424c965e56ae5f8c138c23b9973916b7530ecea5 /configure.ac
parent7bb1fde13be3b319bb567b1faa84436600aa47ab (diff)
downloadhaskell-10566a814fc07072385fc72c25158d79f25a8a36.tar.gz
Support iOS variants elsewhere when configuring
Reviewers: hvr, bgamari, angerman Reviewed By: angerman Subscribers: rwbarton, thomie, erikd, carter, angerman Differential Revision: https://phabricator.haskell.org/D4513
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1bab56d7fe..111def2cda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1190,7 +1190,7 @@ case ${TargetOS} in
linux|linux-android|freebsd|dragonfly|netbsd|openbsd|kfreebsdgnu|gnu|solaris2)
RtsLinkerUseMmap=1
;;
- darwin|ios)
+ darwin|ios|watchos|tvos)
# Don't use mmap on powerpc/darwin as the mmap there doesn't support
# reallocating. Reallocating is needed to allocate jump islands just
# after each object image. Jumps to these jump islands use relative