summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-16 18:03:06 +0000
committerIan Lynagh <igloo@earth.li>2011-01-16 18:03:06 +0000
commitf297744c392bf7fa10d8b692de7194dcad0b9afd (patch)
tree8aba26c4deff6f36de7d21bb6c1213d1899962f2 /mk/config.mk.in
parent2b35afe9eaf4dc01b05729d2cbb9ffbdf30429ff (diff)
downloadhaskell-f297744c392bf7fa10d8b692de7194dcad0b9afd.tar.gz
Turn off dtrace unless you override USE_DTRACE
There are problems with dtrace on 64bit 10.5. For now at least, we just turn dtrace off unless you override USE_DTRACE
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r--mk/config.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 3fc0853ecb..c4a02290f7 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -619,6 +619,9 @@ TR = tr
SHELL = /bin/sh
HaveDtrace = @HaveDtrace@
+# There are problems with dtrace on 64bit 10.5. For now at least, we
+# just turn dtrace off unless you override USE_DTRACE
+USE_DTRACE = NO
DTRACE = @DtraceCmd@
LD = @LdCmd@