diff options
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index f57f3dacd4..d7a46f909a 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -538,7 +538,7 @@ ifeq "$(TargetOS_CPP)" "darwin" # Darwin has a flag to tell dtrace which cpp to use. # Unfortunately, this isn't supported on Solaris (See Solaris Dynamic Tracing # Guide, Chapter 16, for the configuration variables available on Solaris) -DTRACE_FLAGS = -x cpppath=$(WhatGccIsCalled) +DTRACE_FLAGS = -x cpppath=$(CC) endif DTRACEPROBES_SRC = rts/RtsProbes.d |