summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-02-10 15:33:00 +0000
committerIan Lynagh <igloo@earth.li>2011-02-10 15:33:00 +0000
commitf49a7755e2b14fce82813dcd47a53179aa2da101 (patch)
treee473a7ac2f35cb2d08cc48506d91570375500622 /mk
parentff7ee297b541101f930edf1a1c0a8323f49ccd5b (diff)
downloadhaskell-f49a7755e2b14fce82813dcd47a53179aa2da101.tar.gz
Use DTrace whenever it's available
Now that we've stopped trying to support 64bit OS X 10.5, the DTrace problems there don't matter.
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index d0e683feb9..982f501648 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -624,9 +624,7 @@ 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
+USE_DTRACE = $(HaveDtrace)
DTRACE = @DtraceCmd@
LD = @LdCmd@